From ef8a7d2618d4222447bc7936245f10a65dccd698 Mon Sep 17 00:00:00 2001 From: Tharsanan1 Date: Fri, 4 Oct 2024 15:56:34 +0530 Subject: [PATCH] Revert "Update integration-test.yml" --- .github/workflows/integration-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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