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

pull/9406/head
Koren Peretz 2025-11-27 07:29:28 +02:00 committed by GitHub
parent c7909958da
commit d1b25c99cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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