We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726474e commit 5d92d77Copy full SHA for 5d92d77
template/deploy/helm/[[operator]]/templates/_telemetry.tpl
@@ -29,7 +29,7 @@ Create a list of telemetry related env vars.
29
{{- end }}
30
{{- if and .fileLog.enabled .fileLog.maxFiles }}
31
- name: FILE_LOG_MAX_FILES
32
- value: {{ .fileLog.maxFiles }}
+ value: {{ quote .fileLog.maxFiles }}
33
34
{{- if .otelLogExporter.enabled }}
35
- name: OTEL_LOG_EXPORTER_ENABLED
0 commit comments