We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df1718 + 80db2cc commit 94cd973Copy full SHA for 94cd973
ci/deploy-logging-dependencies/tasks/deploy-operators.yml
@@ -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
-
+---
9
- name: Create the CLO subscription and loki-operator subscriptions
10
ansible.builtin.shell:
11
cmd: |
0 commit comments