chore(helmfile): Use string compare instead of nil evaluation

This commit is contained in:
Dominik Kaminski
2025-01-29 19:35:59 +01:00
parent 6c15276171
commit 581c411bb4
8 changed files with 16 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ releases:
values:
- "values-openxchange.yaml.gotmpl"
- "values-openxchange-contact-picker.yaml.gotmpl"
{{- if (env "OPENDESK_ENTERPRISE") }}
{{- if eq (env "OPENDESK_ENTERPRISE") "true" }}
- "values-openxchange-enterprise.yaml.gotmpl"
{{- end }}
{{- range .Values.customization.release.openxchange }}