Skip to content

Commit

Permalink
Try without a range
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Sep 4, 2024
1 parent 0b910ed commit 7a2d9df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions helm-chart/templates/configmap-yamlconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ metadata:
name: {{ include "unnamed.fullname" . }}-django-yamlconf
data:
comptest.yaml: |
{{- range $key, $val := .Values.yamlSettings.overrides }}
{{ $key }}: {{ $val | quote }}
{{- end }}
{{- end }}
{{ toYaml .Values.yamlSettings.overrides}}

0 comments on commit 7a2d9df

Please sign in to comment.