diff --git a/pkg/helm/templates/deployment.yaml b/pkg/helm/templates/deployment.yaml index 017094f23e5..dbb8c9c7835 100644 --- a/pkg/helm/templates/deployment.yaml +++ b/pkg/helm/templates/deployment.yaml @@ -154,7 +154,7 @@ spec: mountPath: /pgadmin4/preferences.json subPath: preferences.json {{- end }} - {{- with .Values.extraVolumes }} + {{- with .Values.extraVolumeMounts }} {{- . | toYaml | nindent 12 }} {{- end }} {{- if .Values.startupProbe.enabled }}