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 78063ac commit 6f59913Copy full SHA for 6f59913
template/deploy/helm/[[operator]]/templates/_telemetry.tpl
@@ -17,7 +17,7 @@ Create a list of telemetry related env vars.
17
{{- end }}
18
{{- if .fileLog.level }}
19
- name: FILE_LOG_LEVEL
20
- value: info
+ value: {{ .fileLog.level }}
21
22
{{- if .fileLog.rotationPeriod }}
23
- name: FILE_LOG_ROTATION_PERIOD
0 commit comments