Skip to content

Commit 79e8d2c

Browse files
authored
Merge pull request #34671 from jboxman/jaeger-add-space
Add missing space
2 parents b90bddb + 1b4571a commit 79e8d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/jaeger-config-storage.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This REFERENCE module included in the following assemblies:
66
[id="jaeger-config-storage_{context}"]
77
= Jaeger storage configuration options
88

9-
You configure storage for the Collector, Ingester, and Query services under `spec:storage`. Multiple instances of each of these components can be provisioned as required for performance and resilience purposes.
9+
You configure storage for the Collector, Ingester, and Query services under `spec.storage`. Multiple instances of each of these components can be provisioned as required for performance and resilience purposes.
1010

1111
.General storage parameters used by the Operator to define Jaeger storage
1212

@@ -129,7 +129,7 @@ Minimum deployment = 16Gi*
129129

130130
|elasticsearch:
131131
redundancyPolicy:
132-
|Data replication policy defines how Elasticsearch shards are replicated across data nodes in the cluster. If not specified,the Jaeger Operator automatically determines the most appropriate replication based on number of nodes.
132+
|Data replication policy defines how Elasticsearch shards are replicated across data nodes in the cluster. If not specified, the Jaeger Operator automatically determines the most appropriate replication based on number of nodes.
133133
|`ZeroRedundancy`(no replica shards), `SingleRedundancy`(one replica shard), `MultipleRedundancy`(each index is spread over half of the Data nodes), `FullRedundancy` (each index is fully replicated on every Data node in the cluster).
134134
|
135135

0 commit comments

Comments
 (0)