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 972d932 commit 6d26a82Copy full SHA for 6d26a82
template/deploy/helm/[[operator]]/templates/_telemetry.tpl
@@ -27,6 +27,10 @@ Create a list of telemetry related env vars.
27
- name: FILE_LOG_ROTATION_PERIOD
28
value: {{ .fileLog.rotationPeriod }}
29
{{- end }}
30
+{{- if .fileLog.maxFiles }}
31
+- name: FILE_LOG_MAX_FILES
32
+ value: {{ .fileLog.maxFiles }}
33
+{{- end }}
34
{{- if .otelLogExporter.enabled }}
35
- name: OTEL_LOG_EXPORTER_ENABLED
36
value: "true"
0 commit comments