Skip to content

Commit

Permalink
Dont toYaml import value
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Feb 1, 2022
1 parent 4408b0d commit af37048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/infra/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit af37048

Please sign in to comment.