From 94a50b1dbbd974ab2d7a2f4c36e66c47344ff4b2 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Thu, 28 Mar 2024 12:21:10 +0530 Subject: [PATCH] Improve naming --- .../templates/data-plane/gateway-components/log-conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/templates/data-plane/gateway-components/log-conf.yaml b/helm-charts/templates/data-plane/gateway-components/log-conf.yaml index 38c9f5c7d2..6307f4d4fb 100644 --- a/helm-charts/templates/data-plane/gateway-components/log-conf.yaml +++ b/helm-charts/templates/data-plane/gateway-components/log-conf.yaml @@ -23,7 +23,7 @@ data: {{- if and .Values.wso2.apk.cp .Values.wso2.apk.cp.controlplane }} [adapter.controlplane] - enableApiPropagation = {{ .Values.wso2.apk.cp.controlplane.enableApiPropagation | default false }} + enableAPIPropagation = {{ .Values.wso2.apk.cp.controlplane.enableApiPropagation | default false }} host = "{{ .Values.wso2.apk.cp.controlplane.host | default "apim-apk-agent-service.apk.svc.cluster.local" }}" eventPort = {{ .Values.wso2.apk.cp.controlplane.port | default 18000 }} restPort = {{ .Values.wso2.apk.cp.controlplane.restPort | default 18001 }}