Skip to content

Commit aa60310

Browse files
authored
Merge pull request #69101 from abrennan89/OBSDOCS-684
OBSDOCS-684: Fix spacing error in YAML
2 parents 1eba756 + 381d3e9 commit aa60310

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/about-log-collection.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ You can configure which logging collector type your cluster uses by modifying th
2727
.Example ClusterLogging CR that configures Vector as the collector
2828
[source,yaml]
2929
----
30-
apiVersion: "logging.openshift.io/v1"
31-
kind: ClusterLogging
32-
metadata:
33-
name: instance
34-
namespace: openshift-logging
35-
spec:
36-
collection:
30+
apiVersion: logging.openshift.io/v1
31+
kind: ClusterLogging
32+
metadata:
33+
name: instance
34+
namespace: openshift-logging
35+
spec:
36+
collection:
3737
logs:
3838
type: vector
3939
vector: {}

0 commit comments

Comments
 (0)