Skip to content

Commit 57bd54f

Browse files
committed
Remove all UI related code, not needed for testing
1 parent 4acd809 commit 57bd54f

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

ci/deploy-logging-dependencies/files/operators.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ spec:
3131
---
3232
apiVersion: operators.coreos.com/v1alpha1
3333
kind: Subscription
34-
metadata:
35-
name: cluster-observability-operator
36-
namespace: openshift-operators
37-
spec:
38-
channel: development
39-
installPlanApproval: Automatic
40-
name: cluster-observability-operator
41-
source: redhat-operators
42-
sourceNamespace: openshift-marketplace
43-
---
44-
apiVersion: operators.coreos.com/v1alpha1
45-
kind: Subscription
4634
metadata:
4735
name: loki-operator
4836
namespace: openshift-operators-redhat

ci/deploy-logging-dependencies/files/ui_plugin.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
- name: Deploy UIPlugin to enable Console view
2-
ansible.builtin.shell:
3-
cmd: |
4-
oc apply -f {{ role_path }}/files/ui_plugin.yaml -n openshift-logging
5-
61
- name: Create cluster log forwarder
72
ansible.builtin.shell:
83
cmd: |

0 commit comments

Comments
 (0)