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

pull/9428/head
Tobi 2025-12-03 07:36:13 +01:00 committed by GitHub
parent c6406dbaa4
commit 2ef67a5fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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 }}