Fix the Helm chart server definition and change the app version. #9393

This commit is contained in:
Koren Peretz
2025-11-27 10:59:28 +05:30
committed by GitHub
parent c7909958da
commit d1b25c99cc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
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 }}