Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhenii Tiutiunnyk <[email protected]>
  • Loading branch information
evheniyt committed Nov 24, 2024
1 parent 1a22ef0 commit 0dc28a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opensearch-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A Helm chart for OpenSearch Cluster
| cluster.general.pluginsList | list | `[]` | List of Opensearch plugins to install |
| cluster.general.podSecurityContext | object | `{}` | Opensearch pod security context configuration |
| cluster.general.securityContext | object | `{}` | Opensearch securityContext |
| cluster.general.serviceAccount | string | `""` | Opensearch serviceAccount name |
| cluster.general.serviceAccount | string | `""` | Opensearch serviceAccount name. If Service Account doesn't exist it could be created by setting `serviceAccount.create` and `serviceAccount.name` |
| cluster.general.serviceName | string | `""` | Opensearch service name |
| cluster.general.setVMMaxMapCount | bool | `true` | Enable setVMMaxMapCount. OpenSearch requires the Linux kernel vm.max_map_count option to be set to at least 262144 |
| cluster.general.snapshotRepositories | list | `[]` | Opensearch snapshot repositories configuration |
Expand Down

0 comments on commit 0dc28a5

Please sign in to comment.