From 1760b9981cce96483b51e6312b8a62e0f2a51ac0 Mon Sep 17 00:00:00 2001 From: Tharindu Dasun Dharmarathna Date: Thu, 8 Feb 2024 22:40:40 +0530 Subject: [PATCH] Update integration-test.yml --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7afa6a559..20052938f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -175,7 +175,7 @@ jobs: --set wso2.apk.dp.gatewayRuntime.deployment.router.readinessProbe.failureThreshold=10 \ --set idp.idpds.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-idp-domain-service:${{ github.sha }} \ --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.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-ratelimiter:${{ github.sha }} \ --set wso2.apk.dp.gateway.httpListener.enabled=true kubectl get pods -n apk-integration-test kubectl get svc -n apk-integration-test