mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user