diff --git a/charts/log-router/templates/secret.yaml b/charts/log-router/templates/secret.yaml index 1195861..b458a26 100755 --- a/charts/log-router/templates/secret.yaml +++ b/charts/log-router/templates/secret.yaml @@ -18,9 +18,9 @@ metadata: type: Opaque data: {{- range $key, $value := .Values.fluentd.extraEnv }} - fluentd.{{ $key }}: {{ $value | b64enc | quote }} + fluentd.{{ $key }}: {{ $value | toString | b64enc | quote }} {{- end }} {{- range $key, $value := .Values.reloader.extraEnv }} - reloader.{{ $key }}: {{ $value | b64enc | quote }} + reloader.{{ $key }}: {{ $value | toString | b64enc | quote }} {{- end }} {{- end }}