We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013e055 commit 63a5b2dCopy full SHA for 63a5b2d
charts/log-router/templates/secret.yaml
@@ -18,9 +18,9 @@ metadata:
18
type: Opaque
19
data:
20
{{- range $key, $value := .Values.fluentd.extraEnv }}
21
- fluentd.{{ $key }}: {{ $value | b64enc | quote }}
+ fluentd.{{ $key }}: {{ $value | toString | b64enc | quote }}
22
{{- end }}
23
{{- range $key, $value := .Values.reloader.extraEnv }}
24
- reloader.{{ $key }}: {{ $value | b64enc | quote }}
+ reloader.{{ $key }}: {{ $value | toString | b64enc | quote }}
25
26
0 commit comments