fix(helmfile): Adds default-enterprise-overrides to default values in helmfile-generic

This commit is contained in:
Simon Herman
2025-07-30 13:40:29 +02:00
committed by Thorsten Roßner
parent 09a0aace45
commit 672e649b60

View File

@@ -10,6 +10,9 @@ helmfiles:
values: &values values: &values
- "helmfile/environments/default/*.yaml.gotmpl" - "helmfile/environments/default/*.yaml.gotmpl"
- {{ toYaml .Values | nindent 8 }} - {{ toYaml .Values | nindent 8 }}
{{- if eq (env "OPENDESK_ENTERPRISE") "true" }}
- "helmfile/environments/default-enterprise-overrides/*.yaml.gotmpl"
{{- end }}
- path: "helmfile/apps/opendesk-services/helmfile-child.yaml.gotmpl" - path: "helmfile/apps/opendesk-services/helmfile-child.yaml.gotmpl"
values: *values values: *values
- path: "helmfile/apps/services-external/helmfile-child.yaml.gotmpl" - path: "helmfile/apps/services-external/helmfile-child.yaml.gotmpl"