From f6adb31164d786354d38070cd844f21ee76af1da Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Fri, 29 Mar 2024 11:43:38 +0530 Subject: [PATCH] Update values yaml template --- helm-charts/values.yaml.template | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/helm-charts/values.yaml.template b/helm-charts/values.yaml.template index 81a3e29e0..c84cc586c 100644 --- a/helm-charts/values.yaml.template +++ b/helm-charts/values.yaml.template @@ -68,6 +68,16 @@ wso2: secretName: "" # -- IDP jwt signing certificate file name fileName: "" + cp: + controlplane: + # -- Enable controlplane connection + enableApiPropagation: false + # -- Hostname of the APK agent service + host: "apim-apk-agent-service.apk.svc.cluster.local" + # -- Port of the APK agent service for events + restPort: 18001 + # -- Skip SSL verification + skipSSLVerification: false dp: # -- Enable the deployment of the Data Plane enabled: true