diff --git a/charts/frontend/Chart.yaml b/charts/frontend/Chart.yaml index ea03661..2c170b9 100644 --- a/charts/frontend/Chart.yaml +++ b/charts/frontend/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: frontend description: A frontend Helm chart for Kubernetes type: application -version: 1.5.11 +version: 1.5.12 appVersion: "0.3.10" diff --git a/charts/frontend/templates/deployment.yaml b/charts/frontend/templates/deployment.yaml index 8160781..49b0979 100644 --- a/charts/frontend/templates/deployment.yaml +++ b/charts/frontend/templates/deployment.yaml @@ -101,7 +101,7 @@ spec: secretName: {{ if .Values.app.envSecretName }} {{ .Values.app.envSecretName }} {{ else }} {{ .Release.Name }}-env {{ end }} {{ end }} {{- if .Values.deployment.volumes.extVolume }} - {{- range $index, $element := .Values.deployment.volumes..extVolume }} + {{- range $index, $element := .Values.deployment.volumes.extVolume }} - name: {{ coalesce $element.name (add $index 1) }} persistentVolumeClaim: claimName: {{ $element.persistentVolumeClaim.claimName }}