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:
Simon Larsen 2024-06-11 16:24:55 +01:00
parent eae8b79b2e
commit 7fc192e466
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -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