From f69dd8e15b22b44c5c66d95e208cecacb034f050 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Thu, 28 Mar 2024 09:22:36 +0530 Subject: [PATCH] Set required helm values --- .github/workflows/agent-integration-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index 0a5cb9354..3511a11cb 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -78,7 +78,10 @@ jobs: --set wso2.apk.dp.commonController.deployment.controlplane.host="apim-apk-agent-service.apk.svc.cluster.local" \ --set wso2.apk.dp.commonController.deployment.controlplane.skipSSLVerification=true \ --set wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.JWKSClient.skipSSLVerification=false \ - --set wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.JWKSClient.hostnameVerifier="AllowAll" + --set wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.JWKSClient.hostnameVerifier="AllowAll" \ + --set wso2.apk.cp.controlplane.enableApiPropagation=true \ + --set wso2.apk.cp.controlplane.host="apim-apk-agent-service.apk.svc.cluster.local" \ + --set wso2.apk.cp.controlplane.skipSSLVerification=true kubectl get pods -n apk kubectl get svc -n apk