Skip to content

Commit 6f947aa

Browse files
authored
Merge pull request #52041 from obrown1205/lokistack_CRfix
GH#5117 Updated cluster-logging-loki.adoc
2 parents 007f14f + 7c56756 commit 6f947aa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/cluster-logging-loki-deploy.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,16 @@ oc apply -f logging-loki.yaml
101101
apiVersion: logging.openshift.io/v1
102102
kind: ClusterLogging
103103
metadata:
104-
name: cr-lokistack
104+
name: instance
105105
namespace: openshift-logging
106106
spec:
107-
logStore:
107+
managementState: Managed
108+
logStore:
109+
type: lokistack
108110
lokistack:
109111
name: logging-loki
112+
collection:
113+
type: "vector"
110114
----
111115
+
112116
.. Apply the configuration:

0 commit comments

Comments
 (0)