Ensure the proper handling of extra volume mount configurations in the Helm deployment template by correcting the configuration value references. #9408
parent
c6406dbaa4
commit
2ef67a5fa2
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue