diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 541ab6bb..0dca0d10 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: common description: Function library for k8s-at-home charts type: library -version: 1.0.2 +version: 1.0.3 keywords: - k8s-at-home - common diff --git a/charts/common/templates/lib/controller/_container.tpl b/charts/common/templates/lib/controller/_container.tpl index e129e89c..79a1bac5 100644 --- a/charts/common/templates/lib/controller/_container.tpl +++ b/charts/common/templates/lib/controller/_container.tpl @@ -26,8 +26,8 @@ volumeMounts: {{- range $index, $PVC := .Values.persistence }} {{- if $PVC.enabled }} - - mountPath: {{- $PVC.mountPath }} - name: {{- $index }} + - mountPath: {{ $PVC.mountPath }} + name: {{ $index }} {{- end }} {{- end }} {{- if .Values.additionalVolumeMounts }}