fix(helmfile): Remove theme subtree from the migration's .Values secret to avoid a bloated secret hitting limits in certain clusters setups and GitOps tools.

This commit is contained in:
Thorsten Roßner
2024-11-06 16:33:49 +01:00
parent 4c82adf668
commit b6725dddc1

View File

@@ -24,7 +24,7 @@ migrations:
loglevel: {{ if .Values.debug.enabled }}"DEBUG"{{ else }}"INFO"{{ end }}
failOnUnexpectedState: true
environmentDetails:
{{ .Values | toYaml | nindent 4 }}
{{ ( omit .Values "theme" ) | toYaml | nindent 4 }}
cleanup: false
containerSecurityContext: