Skip to content

Commit

Permalink
updated ids
Browse files Browse the repository at this point in the history
  • Loading branch information
rajashekhargundeti committed May 28, 2024
1 parent ece344f commit 02ce85e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
run: kubectl apply -f e2e/example/user-principal/app.deployment.yaml.tmp -n app-user

- name: user principal authentication - Wait for pod to run
id: wait-on-pod
id: wait-on-pod-user
# run: kubectl wait --for=jsonpath='{.status.phase}'=Running pods/${{ env.POD_NAME }} --timeout=90s
run: sleep 90

Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
run: kubectl apply -f e2e/example/workload-identity/app.deployment.yaml.tmp -n app-workload

- name: workload identity principal authentication - Wait for pod to run
id: wait-on-pod
id: wait-on-pod-workload
# run: kubectl wait --for=jsonpath='{.status.phase}'=Running pods/${{ env.POD_NAME }} --timeout=90s
run: sleep 90

Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
run: kubectl apply -f e2e/example/instance-principal/app.deployment.yaml.tmp -n app-instance

- name: instance principal authentication - Wait for pod to run
id: wait-on-pod
id: wait-on-pod-instance
# run: kubectl wait --for=jsonpath='{.status.phase}'=Running pods/${{ env.POD_NAME }} --timeout=90s
run: sleep 90

Expand Down

0 comments on commit 02ce85e

Please sign in to comment.