diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index d8aa72fbd..2e77bb331 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -305,8 +305,7 @@ jobs: --set idp.idpui.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-idp-ui:${{ github.sha }} \ --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.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true \ - --set wso2.apk.dp.gatewayRuntime.deployment.router.env.TRAILING_ARGS="--log-level trace" + --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