From 0e7406993ee65a2a9b4fd14bf8f3e7171a602ce8 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Thu, 7 Mar 2024 15:03:40 +0530 Subject: [PATCH] fixing helm configuration issue --- .../data-plane/gateway-components/common-log-conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/templates/data-plane/gateway-components/common-log-conf.yaml b/helm-charts/templates/data-plane/gateway-components/common-log-conf.yaml index 2d0a1c7eb..b3dbf39e8 100644 --- a/helm-charts/templates/data-plane/gateway-components/common-log-conf.yaml +++ b/helm-charts/templates/data-plane/gateway-components/common-log-conf.yaml @@ -33,7 +33,7 @@ data: [commoncontroller.controlplane] enabled = {{ .Values.wso2.apk.dp.commonController.deployment.controlplane.enabled | default false }} host = "{{ .Values.wso2.apk.dp.commonController.deployment.controlplane.host | default "apim-apk-agent-service.apk.svc.cluster.local" }}" - eventPort = "{{ .Values.wso2.apk.dp.commonController.deployment.controlplane.port | default "18000" }}" + eventPort = {{ .Values.wso2.apk.dp.commonController.deployment.controlplane.port | default 18000 }} skipSSLVerification = {{ .Values.wso2.apk.dp.commonController.deployment.controlplane.skipSSLVerification | default false }} {{- if .Values.wso2.apk.dp.commonController.deployment.controlplane.persistence }} [commoncontroller.controlplane.persistence]