From a6a4c8f98aec9049995e19a47280ce9efeab86a3 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 16 Apr 2025 09:29:29 +0200 Subject: [PATCH] chore(template): Quote fileLog.maxFiles env var --- template/deploy/helm/[[operator]]/templates/_telemetry.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/deploy/helm/[[operator]]/templates/_telemetry.tpl b/template/deploy/helm/[[operator]]/templates/_telemetry.tpl index e4bef8fc..8ef99bbf 100644 --- a/template/deploy/helm/[[operator]]/templates/_telemetry.tpl +++ b/template/deploy/helm/[[operator]]/templates/_telemetry.tpl @@ -29,7 +29,7 @@ Create a list of telemetry related env vars. {{- end }} {{- if and .fileLog.enabled .fileLog.maxFiles }} - name: FILE_LOG_MAX_FILES - value: {{ .fileLog.maxFiles }} + value: {{ quote .fileLog.maxFiles }} {{- end }} {{- if .otelLogExporter.enabled }} - name: OTEL_LOG_EXPORTER_ENABLED