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.
1 parent 5efaf6b commit 4acd809Copy full SHA for 4acd809
ci/deploy-logging-dependencies/files/ui_plugin.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: observability.openshift.io/v1alpha1
2
+kind: UIPlugin
3
+metadata:
4
+ name: logging
5
+spec:
6
+ type: Logging
7
+ logging:
8
+ lokiStack:
9
+ name: logging-loki
ci/deploy-logging-dependencies/tasks/deploy-cluster-logging.yml
@@ -1,3 +1,8 @@
+- name: Deploy UIPlugin to enable Console view
+ ansible.builtin.shell:
+ cmd: |
+ oc apply -f {{ role_path }}/files/ui_plugin.yaml -n openshift-logging
+
- name: Create cluster log forwarder
ansible.builtin.shell:
cmd: |
0 commit comments