From 2ef67a5fa2d918c45f96a75bcac0bedc731cce1f Mon Sep 17 00:00:00 2001 From: Tobi <92016751+hausertt@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:36:13 +0100 Subject: [PATCH] Ensure the proper handling of extra volume mount configurations in the Helm deployment template by correcting the configuration value references. #9408 --- pkg/helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/templates/deployment.yaml b/pkg/helm/templates/deployment.yaml index 855115795..d2dbd9e8f 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 }}