diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 9a23a6b4e..0a889b4fc 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -178,10 +178,7 @@ jobs: --set wso2.apk.dp.ratelimiter.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-ratelimiter:${{ github.sha }} \ --set wso2.apk.dp.ratelimiter.requestTimeoutInMillis=800 \ --set wso2.apk.dp.gateway.httpListener.enabled=true \ - --set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true \ - --set wso2.apk.webhooks.validatingwebhookconfigurations=false \ - --set wso2.apk.webhooks.mutatingwebhookconfigurations=false \ - --set wso2.apk.webhooks.conversionwebhookconfigurations=false + --set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true kubectl get pods -n apk-integration-test kubectl get svc -n apk-integration-test - name: Archieve Logs