diff --git a/charts/draupnir/templates/secret.yaml b/charts/draupnir/templates/secret.yaml index 6c99f87..9910180 100644 --- a/charts/draupnir/templates/secret.yaml +++ b/charts/draupnir/templates/secret.yaml @@ -4,5 +4,6 @@ metadata: name: {{ include "draupnir.fullname" . }}-config-secret labels: {{- include "draupnir.labels" . | nindent 4 }} -data: - config.yaml: {{ .Values.config | b64enc | quote }} +stringData: + config.yaml: | + {{ .Values.config | toYaml | nindent 6 }}