From 4c1bee093864b41ef05503eff149dd66943d19eb Mon Sep 17 00:00:00 2001 From: O-sura Date: Mon, 29 Apr 2024 14:08:35 +0530 Subject: [PATCH] Changing the order of ingress installation --- .github/workflows/agent-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent-integration-test.yml b/.github/workflows/agent-integration-test.yml index 9dd236865..23593d8d9 100644 --- a/.github/workflows/agent-integration-test.yml +++ b/.github/workflows/agent-integration-test.yml @@ -56,10 +56,10 @@ jobs: if: github.event_name == 'pull_request_target' && contains(github.event.label.name, 'trigger-action') shell: sh run: | - kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml helm repo add wso2apim https://github.com/wso2/helm-apim/releases/download/cp-4.3.0 helm repo update helm install apim wso2apim/wso2am-cp --version 4.3.0 -f https://raw.githubusercontent.com/wso2/apk/main/helm-charts/samples/apim/cp/values.yaml -n apk --debug --wait --timeout 5m0s + kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/cloud/deploy.yaml kubectl get pods -n apk kubectl get svc -n apk kubectl get ing -n apk