From b6725dddc19f22e142a214c02aef5139b2921d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 6 Nov 2024 16:33:49 +0100 Subject: [PATCH] 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. --- helmfile/shared/migrations.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/shared/migrations.yaml.gotmpl b/helmfile/shared/migrations.yaml.gotmpl index cbe607ae..a6e299ab 100644 --- a/helmfile/shared/migrations.yaml.gotmpl +++ b/helmfile/shared/migrations.yaml.gotmpl @@ -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: