Skip to content

Commit

Permalink
changed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Dec 10, 2023
1 parent 2f8d910 commit 2479cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Wait for basic operator to be ready
run: |
kubectl wait --for=condition=available --timeout=300s deployment.apps/simpleauthenticator-controller-manager -n basicauthenticator-system
kubectl wait --for=condition=available --timeout=300s deployment.apps/simpleauthenticator-controller-manager -n simpleauthenticator-system
kubectl wait --for=condition=ContainersReady --timeout=300s pods -n simpleauthenticator-system --selector=control-plane=controller-manager
- name: Run e2e test
run: make e2e-test

0 comments on commit 2479cf3

Please sign in to comment.