mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
refactor: Quote the value of ALLOWED_ACTIVE_MONITOR_COUNT_IN_FREE_PLAN in _helpers.tpl
The value of ALLOWED_ACTIVE_MONITOR_COUNT_IN_FREE_PLAN in _helpers.tpl has been updated to be quoted using the | quote filter. This change ensures that the value is treated as a string, improving consistency and compatibility with other parts of the codebase.
This commit is contained in:
parent
eae8b79b2e
commit
7fc192e466
@ -17,7 +17,7 @@ Usage:
|
||||
- name: STATUS_PAGE_CNAME_RECORD
|
||||
value: {{ $.Values.statusPage.cnameRecord }}
|
||||
- name: ALLOWED_ACTIVE_MONITOR_COUNT_IN_FREE_PLAN
|
||||
value: {{ $.Values.billing.allowedActiveMonitorCountInFreePlan }}
|
||||
value: {{ $.Values.billing.allowedActiveMonitorCountInFreePlan | quote }}
|
||||
- name: OTEL_COLLECTOR_HOST
|
||||
value: {{ $.Values.openTelemetryCollectorHost }}
|
||||
- name: LOG_LEVEL
|
||||
|
Loading…
Reference in New Issue
Block a user