Skip to content

Commit 94cd973

Browse files
Merge pull request #569 from elfiesmelfie/remove_cco_workaround
[ci] deploy-logging-dependencies: Remove the workaround for cco
2 parents 1df1718 + 80db2cc commit 94cd973

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ci/deploy-logging-dependencies/tasks/deploy-operators.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
# WORKAROUND: Loki-operator is missing cluster credential operator in CRC
2-
# we can just apply the CRD to work around the issue. For proper fix
3-
# see: LOG-5431
4-
- name: WORKAROUND - Apply CCO CRD
5-
ansible.builtin.shell:
6-
cmd: |
7-
oc apply -f {{ role_path }}/files/0000_03_cloud-credential-operator_01_crd.yaml
8-
1+
---
92
- name: Create the CLO subscription and loki-operator subscriptions
103
ansible.builtin.shell:
114
cmd: |

0 commit comments

Comments
 (0)