From 80db2cc31d5fc2c8bb29588283e78d3f1d3a799c Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 18 Dec 2024 15:39:12 +0000 Subject: [PATCH] [ci] deploy-logging-dependencies: Remove the workaround for cco The file that is applied was removed in PR#559, but the task that tried to use it remained. This change removes the workaround. --- .../tasks/deploy-operators.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ci/deploy-logging-dependencies/tasks/deploy-operators.yml b/ci/deploy-logging-dependencies/tasks/deploy-operators.yml index 392cfd77..a24051d1 100644 --- a/ci/deploy-logging-dependencies/tasks/deploy-operators.yml +++ b/ci/deploy-logging-dependencies/tasks/deploy-operators.yml @@ -1,11 +1,4 @@ -# WORKAROUND: Loki-operator is missing cluster credential operator in CRC -# we can just apply the CRD to work around the issue. For proper fix -# see: LOG-5431 -- name: WORKAROUND - Apply CCO CRD - ansible.builtin.shell: - cmd: | - oc apply -f {{ role_path }}/files/0000_03_cloud-credential-operator_01_crd.yaml - +--- - name: Create the CLO subscription and loki-operator subscriptions ansible.builtin.shell: cmd: |