From 51ff7a5fdb7b7f3bdef02a32e44e6204df9db6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 2 Jul 2025 07:31:51 +0200 Subject: [PATCH] fix(open-xchange): Enable `com.openexchange.smime.test` only when openDesk is running with `debug.enabled: true` --- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index 1599abb5..fc2d5503 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -410,7 +410,7 @@ appsuite: # Usage (in browser console after login): # http = (await import('./io.ox/core/http.js')).default # await http.POST({ module: 'oxguard/smime', params: { action: 'test' } }) - com.openexchange.smime.test: "true" + com.openexchange.smime.test: {{ .Values.debug.enabled | quote }} # DAV {{- if .Values.functional.groupware.davSupport.enabled }} com.openexchange.caldav.enabled: "true"