Skip to content

Commit fb8832a

Browse files
committed
tidy up
1 parent 46be2a4 commit fb8832a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/camunda-platform-8.8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
14911491
| `global.orchestration.Affinity` | can be used to define pod affinity or anti-affinity https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity | |
14921492
| `orchestration.priorityClassName` | can be used to define the broker pods priority https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass | `""` |
14931493
| `orchestration.index.prefix` | if specified, defines web apps index prefix in Elasticsearch/OpenSearch. Note, for Zeebe index prefix, use "global.elasticsearch.prefix". | `""` |
1494-
| `orchestration.index.replicas` | can be used to specify the number of replicas for indices in Elasticsearch/Opensearch | `1` |
1494+
| `orchestration.index.replicas` | can be used to specify the number of replicas for indices in Elasticsearch/OpenSearch | `1` |
14951495
| `orchestration.retention` | configuration for Camunda exporter index. | |
14961496
| `orchestration.retention.enabled` | if true, the ILM Policy is created and applied to the index templates. | `false` |
14971497
| `orchestration.retention.minimumAge` | defines how old the data must be, before the data is deleted as a duration. | `30d` |

charts/camunda-platform-8.8/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6081,7 +6081,7 @@
60816081
},
60826082
"replicas": {
60836083
"type": "number",
6084-
"description": "can be used to specify the number of replicas for indices in Elasticsearch/Opensearch",
6084+
"description": "can be used to specify the number of replicas for indices in Elasticsearch/OpenSearch",
60856085
"default": 1
60866086
}
60876087
}

charts/camunda-platform-8.8/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2853,7 +2853,7 @@ orchestration:
28532853
index:
28542854
## @param orchestration.index.prefix if specified, defines web apps index prefix in Elasticsearch/OpenSearch. Note, for Zeebe index prefix, use "global.elasticsearch.prefix".
28552855
prefix: ""
2856-
## @param orchestration.index.replicas can be used to specify the number of replicas for indices in Elasticsearch/Opensearch
2856+
## @param orchestration.index.replicas can be used to specify the number of replicas for indices in Elasticsearch/OpenSearch
28572857
replicas: 1
28582858

28592859
## @extra orchestration.retention configuration for Camunda exporter index.

0 commit comments

Comments
 (0)