fix(helmfile): Deinstall components if disabled

This commit is contained in:
Martin Müller
2023-09-04 11:41:55 +02:00
committed by Dominik Kaminski
parent a7fef3afff
commit 7feaadf7f8
14 changed files with 48 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ releases:
values:
- "values-dovecot.yaml"
- "values-dovecot.gotmpl"
condition: "dovecot.enabled"
installed: {{ .Values.dovecot.enabled }}
timeout: 900
- name: "open-xchange"
@@ -46,7 +46,7 @@ releases:
- "values-openxchange.gotmpl"
- "values-openxchange-enterprise-contact-picker.yaml"
- "values-openxchange-enterprise-contact-picker.gotmpl"
condition: "oxAppsuite.enabled"
installed: {{ .Values.oxAppsuite.enabled }}
timeout: 900
- name: "opendesk-open-xchange-bootstrap"
@@ -54,7 +54,7 @@ releases:
version: "1.3.1"
values:
- "values-openxchange-bootstrap.gotmpl"
condition: "oxAppsuite.enabled"
installed: {{ .Values.oxAppsuite.enabled }}
timeout: 900
commonLabels: