From ad79cf7c4d13c119d03917dfcbb0150acf524be5 Mon Sep 17 00:00:00 2001 From: ChunHao <64747455+chuang8511@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:28:15 +0000 Subject: [PATCH] chore(vdp): update config (#1158) This commit - update config --- charts/core/templates/pipeline-backend/configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/core/templates/pipeline-backend/configmap.yaml b/charts/core/templates/pipeline-backend/configmap.yaml index aadd2bab..288a224d 100644 --- a/charts/core/templates/pipeline-backend/configmap.yaml +++ b/charts/core/templates/pipeline-backend/configmap.yaml @@ -121,3 +121,4 @@ data: apigateway: host: {{ template "core.apiGateway" . }} publicport: {{ template "core.apiGateway.httpPort" . }} + tlsenabled: {{ .Values.apiGateway.tls.enabled }}