From 71b5e25a28f7ca891f679ed208db869df0ee4b8f Mon Sep 17 00:00:00 2001 From: Yi Rae Kim Date: Tue, 14 Nov 2023 00:01:55 -0500 Subject: [PATCH] debug Signed-off-by: Yi Rae Kim --- .github/workflows/olm_tests.yaml | 1 + config/olm-install/install-resources.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/olm_tests.yaml b/.github/workflows/olm_tests.yaml index 787f3ac5f..638d3e8b0 100644 --- a/.github/workflows/olm_tests.yaml +++ b/.github/workflows/olm_tests.yaml @@ -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: | diff --git a/config/olm-install/install-resources.yaml b/config/olm-install/install-resources.yaml index 7f945b180..88d4e1291 100644 --- a/config/olm-install/install-resources.yaml +++ b/config/olm-install/install-resources.yaml @@ -34,6 +34,6 @@ metadata: namespace: mygatekeeper spec: name: gatekeeper-operator - channel: "3.11" + channel: stable source: gatekeeper-operator sourceNamespace: mygatekeeper