Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Rae Kim <[email protected]>
  • Loading branch information
yiraeChristineKim committed Nov 14, 2023
1 parent 6592dcc commit 71b5e25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/olm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
sleep 2; \
done
kubectl -n mygatekeeper wait deployment/gatekeeper-operator-controller --for condition=Available --timeout=90s
kubectl -n mygatekeeper CatalogSource gatekeeper-operator -o yaml
- name: E2E Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/olm-install/install-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ metadata:
namespace: mygatekeeper
spec:
name: gatekeeper-operator
channel: "3.11"
channel: stable
source: gatekeeper-operator
sourceNamespace: mygatekeeper

0 comments on commit 71b5e25

Please sign in to comment.