From 08bd20d189960b3f4cd8a97a55fe6184261600cb Mon Sep 17 00:00:00 2001 From: pleiris Date: Wed, 10 Apr 2024 03:47:27 +0300 Subject: [PATCH] fix: knowage-main service requires wrong secret knowage-main fails to start if deployCustomReverseProxy is false because it requires wrong secret --- charts/knowage/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/knowage/templates/deployment.yaml b/charts/knowage/templates/deployment.yaml index 0ef452b..dfa00d0 100644 --- a/charts/knowage/templates/deployment.yaml +++ b/charts/knowage/templates/deployment.yaml @@ -368,7 +368,7 @@ spec: path: extContext - name: tls secret: - secretName: {{ include "knowage.tls.proxy.name" . }} + secretName: {{ include "knowage.tls.main.name" . }} items: - key: tls.crt path: certificate.crt