Skip to content

Commit

Permalink
Fix systemUsers description in psmdb-db readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jvpasinatto committed Sep 9, 2024
1 parent 2e7ad4b commit f7bc218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/psmdb-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The chart can be customized using the following configurable parameters:
| `sharding.mongos.expose.nodePort` | Custom port if exposing mongos via NodePort | `""` |
| `sharding.mongos.hostAliases` | The IP address for Kubernetes host aliases | `[]` |
| |
| `users.name` | The username of the MongoDB user | `""` |
| `users.name` | The username of the MongoDB application user | `""` |
| `users.db` | Database that the user authenticates against | `""` |
| `users.passwordSecretRef.name` | Name of the secret that contains the user's password | `""` |
| `users.passwordSecretRef.key` | Key in the secret that corresponds to the value of the user's password | `""` |
Expand All @@ -259,7 +259,7 @@ The chart can be customized using the following configurable parameters:
| `backup.configuration.backupOptions` | Custom configuration settings for backup | `{}` |
| `backup.configuration.restoreOptions` | Custom configuration settings for restore | `{}` |
| `backup.tasks` | Backup working schedule | `{}` |
| `systemUsers` | PSMDB essential users | `{}` |
| `systemUsers` | PSMDB operator system users | `{}` |


Specify parameters using `--set key=value[,key=value]` argument to `helm install`
Expand Down

0 comments on commit f7bc218

Please sign in to comment.