diff --git a/helm/charts/infra/templates/configmap.yaml b/helm/charts/infra/templates/configmap.yaml index fb130f0c21..f2883ed7a8 100644 --- a/helm/charts/infra/templates/configmap.yaml +++ b/helm/charts/infra/templates/configmap.yaml @@ -8,6 +8,6 @@ data: config.yaml: | {{- if .Values.config.import }} import: - {{- toYaml .Values.config.import | nindent 6 }} + {{- .Values.config.import | nindent 6 }} {{- end }} {{- toYaml (omit .Values.config "import") | nindent 4 }}