File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deployments/helm/cvmfs-csi/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ component: controllerplugin
124124
125125{ {- define " cvmfs-csi.nodeplugin.labels" -} }
126126{ {- if .Values.nodeplugin.labelsOverride -} }
127- { { .Values.nodeplugin.labelsOverride } }
127+ { { toYaml .Values.nodeplugin.labelsOverride } }
128128{ {- else -} }
129129{ { include " cvmfs-csi.common.metaLabels" . } }
130130component: nodeplugin
@@ -134,7 +134,7 @@ release: {{ .Release.Name }}
134134
135135{ {- define " cvmfs-csi.controllerplugin.labels" -} }
136136{ {- if .Values.controllerplugin.labelsOverride -} }
137- { { .Values.controllerplugin.labelsOverride } }
137+ { { toYaml .Values.controllerplugin.labelsOverride } }
138138{ {- else -} }
139139{ { include " cvmfs-csi.common.metaLabels" . } }
140140component: controllerplugin
You can’t perform that action at this time.
0 commit comments