We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff95f55 + 6c6a453 commit 74e06e9Copy full SHA for 74e06e9
deployments/helm/cvmfs-csi/templates/extra-configmaps.yaml
@@ -10,5 +10,7 @@ metadata:
10
labels:
11
{{- include "cvmfs-csi.common.metaLabels" $ | nindent 4 }}
12
data:
13
- {{- tpl (toYaml $value) $ | nindent 2 }}
+ {{- range $dataKey, $dataValue := $value }}
14
+ {{ $dataKey }}: {{ tpl (toYaml $dataValue) $ | indent 2 }}
15
+ {{- end }}
16
{{- end }}
0 commit comments