Skip to content

Commit

Permalink
Set required helm values
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Mar 28, 2024
1 parent 5097646 commit f69dd8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f69dd8e

Please sign in to comment.