Ensure the proper handling of extra volume mount configurations in the Helm deployment template by correcting the configuration value references. #9408

This commit is contained in:
Tobi
2025-12-03 12:06:13 +05:30
committed by GitHub
parent c6406dbaa4
commit 2ef67a5fa2
+1 -1
View File
@@ -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 }}