Skip to content

Commit

Permalink
Merge pull request #569 from elfiesmelfie/remove_cco_workaround
Browse files Browse the repository at this point in the history
[ci] deploy-logging-dependencies: Remove the workaround for cco
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents 1df1718 + 80db2cc commit 94cd973
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci/deploy-logging-dependencies/tasks/deploy-operators.yml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down

0 comments on commit 94cd973

Please sign in to comment.