From 6e1e82022d525e18acb34c393a5b6d2a60d8d531 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Fri, 29 Mar 2024 23:11:57 +0530 Subject: [PATCH] fixing dp to cp sample helm values yaml --- helm-charts/sample/apk/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/helm-charts/sample/apk/values.yaml b/helm-charts/sample/apk/values.yaml index 4d326a080..7600b829b 100644 --- a/helm-charts/sample/apk/values.yaml +++ b/helm-charts/sample/apk/values.yaml @@ -152,10 +152,10 @@ wso2: image: wso2/apk-common-controller:1.1.0-alpha2 security: sslHostname: "commoncontroller" - # controlplane: - # enabled: true - # host: "apim-apk-agent-service.apk.svc.cluster.local" - # skipSSLVerification: true + controlplane: + enabled: true + host: "apim-apk-agent-service.apk.svc.cluster.local" + skipSSLVerification: true # configs: # apiNamespaces: # - "apk-v12" @@ -246,14 +246,14 @@ wso2: sslHostname: "enforcer" # logging: # level: DEBUG - # configs: + configs: # tls: # secretName: "router-cert" # certKeyFilename: "" # certFilename: "" - # JWKSClient: - # skipSSLVerification: false - # hostnameVerifier: "AllowAll" + JWKSClient: + skipSSLVerification: false + hostnameVerifier: "AllowAll" metrics: enabled: false