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 78adf65 commit 1a22ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/opensearch-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ A Helm chart for OpenSearch Cluster
| roles | list | `[]` | List of OpensearchRole. Check values.yaml file for examples. |
| serviceAccount.annotations | object | `{}` | Service Account annotations |
| serviceAccount.create | bool | `false` | Create Service Account |
| serviceAccount.name | string | `""` | Service Account name |
| serviceAccount.name | string | `""` | Service Account name. Set `general.serviceAccount` to use this Service Account for the Opensearch cluster |
| tenants | list | `[]` | List of additional tenants. Check values.yaml file for examples. |
| users | list | `[]` | List of OpensearchUser. Check values.yaml file for examples. |
| usersRoleBinding | list | `[]` | Allows to link any number of users, backend roles and roles with a OpensearchUserRoleBinding. Each user in the binding will be granted each role Check values.yaml file for examples. |
Expand Down
4 changes: 2 additions & 2 deletions charts/opensearch-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ serviceAccount:
# -- Create Service Account
create: false

# -- Service Account name
# -- Service Account name. Set `general.serviceAccount` to use this Service Account for the Opensearch cluster
name: ""

# -- Service Account annotations
Expand Down Expand Up @@ -90,7 +90,7 @@ cluster:
# -- Opensearch securityContext
securityContext: {}

# -- Opensearch serviceAccount name
# -- Opensearch serviceAccount name. If Service Account doesn't exist it could be created by setting `serviceAccount.create` and `serviceAccount.name`
serviceAccount: ""

# -- Opensearch service name
Expand Down

0 comments on commit 1a22ef0

Please sign in to comment.