From 07c07663a7eb29c9cdc0cea5ce6caa1f892c4c69 Mon Sep 17 00:00:00 2001 From: Krishanx92 Date: Fri, 5 Apr 2024 11:57:01 +0530 Subject: [PATCH] Update workflow --- .github/workflows/agent-integration-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index 46855d3eb..9a9be8115 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -70,9 +70,9 @@ jobs: helm repo add jetstack https://charts.jetstack.io helm dependency build helm install apk -n apk . --debug --wait --timeout 15m0s \ - --set wso2.apk.dp.commonController.deployment.controlplane.enabled=true \ - --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.cp.enabledSubscription=true \ + --set wso2.apk.cp.host="apim-apk-agent-service.apk.svc.cluster.local" \ + --set wso2.apk.cp.skipSSLVerification=true \ --set wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.JWKSClient.skipSSLVerification=false \ --set wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.JWKSClient.hostnameVerifier="AllowAll" kubectl get pods -n apk