mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Fix the Helm chart server definition and change the app version. #9393
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -12,5 +12,5 @@ metadata:
|
||||
data:
|
||||
{{- $variableToPreserveTPL := tpl (dict "Servers" .Values.serverDefinitions.data | toYaml) . | fromYaml }}
|
||||
{{- include "tpl.preserve.variable" $variableToPreserveTPL }}
|
||||
servers.json: | {{ $variableToPreserveTPL | toYaml | nindent 4 }}
|
||||
{{- end }}
|
||||
servers.json: | {{ $variableToPreserveTPL | toPrettyJson | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user