Skip to content

Commit

Permalink
Try getting the dict directly
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Sep 4, 2024
1 parent 7a2d9df commit 2b33c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-chart/templates/configmap-yamlconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ kind: ConfigMap
metadata:
name: {{ include "unnamed.fullname" . }}-django-yamlconf
data:
comptest.yaml: |
{{ toYaml .Values.yamlSettings.overrides}}
{{- .Values.yamlSettings.overrides | toYaml | nindent 2 }}
{{- end }}

0 comments on commit 2b33c7f

Please sign in to comment.