From b24bc33e138d04b29e592657ad1f6e0f86e57fb4 Mon Sep 17 00:00:00 2001 From: Dominik Kaminski Date: Wed, 27 Nov 2024 13:12:44 +0100 Subject: [PATCH] fix(open-xchange): Fix truststore decrypt error on self-signed deployments --- 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 9973b662..79b5fc47 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -301,7 +301,7 @@ appsuite: {{- if .Values.certificate.selfSigned }} extraEnv: - name: "JAVA_OPTS_APPEND" - value: {{ printf "%s %s=%s" "-Djavax.net.ssl.trustStore=/etc/ssl/certs/truststore.jks -Djavax.net.ssl.trustStoreType=jks" "-Djavax.net.ssl.trustStorePassword" (.Values.secrets.certificates.password | quote) | quote }} + value: {{ printf "%s %s=%s" "-Djavax.net.ssl.trustStore=/etc/ssl/certs/truststore.jks -Djavax.net.ssl.trustStoreType=jks" "-Djavax.net.ssl.trustStorePassword" .Values.secrets.certificates.password | quote }} extraVolumes: - name: "trusted-cert-secret-volume" secret: