mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
feat(size-profiles): Size profile overrides via helmfile selectable
This commit is contained in:
@@ -13,6 +13,15 @@ helmfiles:
|
|||||||
{{- if eq (env "OPENDESK_ENTERPRISE") "true" }}
|
{{- if eq (env "OPENDESK_ENTERPRISE") "true" }}
|
||||||
- "helmfile/environments/default-enterprise-overrides/*.yaml.gotmpl"
|
- "helmfile/environments/default-enterprise-overrides/*.yaml.gotmpl"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if eq (env "SIZE_PROFILE") "500" }}
|
||||||
|
- "helmfile/environments/default-size-500-overrides/*.yaml.gotmpl"
|
||||||
|
{{- else if eq (env "SIZE_PROFILE") "5k" }}
|
||||||
|
- "helmfile/environments/default-size-5k-overrides/*.yaml.gotmpl"
|
||||||
|
{{- else if eq (env "SIZE_PROFILE") "50k" }}
|
||||||
|
- "helmfile/environments/default-size-50k-overrides/*.yaml.gotmpl"
|
||||||
|
{{- else if eq (env "SIZE_PROFILE") "100k" }}
|
||||||
|
- "helmfile/environments/default-size-100k-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