mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
fix(helmfile): Adds default-enterprise-overrides to default values in helmfile-generic
This commit is contained in:
committed by
Thorsten Roßner
parent
09a0aace45
commit
672e649b60
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user