From f624550006b1a4ab012b65471f62e5658e300a79 Mon Sep 17 00:00:00 2001 From: Karel Suta Date: Mon, 22 Apr 2024 10:22:23 +0200 Subject: [PATCH] Fix OLM PR check by creating ConfigMap disabling oauth --- .github/workflows/olm_tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/olm_tests.yaml b/.github/workflows/olm_tests.yaml index abce29d3d..b13f2f894 100644 --- a/.github/workflows/olm_tests.yaml +++ b/.github/workflows/olm_tests.yaml @@ -75,6 +75,9 @@ jobs: - name: Deploy latest released CodeFlare operator from OLM id: deploy run: | + echo Create the CodeFlare operator ConfigMap + kubectl apply -n '${{ env.SUBSCRIPTION_NAMESPACE }}' -f config/e2e/config.yaml + echo Deploying CodeFlare operator using Subscription envsubst < .github/resources-olm-upgrade/catalogsource.yaml > ${{ env.TEMP_DIR }}/catalogsource.yaml envsubst < .github/resources-olm-upgrade/subscription.yaml > ${{ env.TEMP_DIR }}/subscription.yaml