diff --git a/mycloud-nextcloud/templates/release.yaml b/mycloud-nextcloud/templates/release.yaml index 37881a4..e1fdbe9 100644 --- a/mycloud-nextcloud/templates/release.yaml +++ b/mycloud-nextcloud/templates/release.yaml @@ -50,8 +50,10 @@ spec: name: {{ .Values.commons.mail.username | quote }} password: {{ .Values.commons.mail.password | quote }} + {{- if .Values.imaginary.enabled }} defaultConfigs: - imaginary.config.php: true + imaginary.config.php: true + {{- end }} configs: proxy.config.php: |- {{ .Values.default.language | squote }}, 'default_phone_region' => {{ .Values.default.phoneRegion | squote }}, ); + {{- if .Values.imaginary.enabled }} reviews.config.php: |-