From f7bc218aeee04dfa8088101eacfa12d58f0881c8 Mon Sep 17 00:00:00 2001 From: Julio Pasinatto Date: Mon, 9 Sep 2024 16:25:00 -0300 Subject: [PATCH] Fix systemUsers description in psmdb-db readme --- charts/psmdb-db/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/psmdb-db/README.md b/charts/psmdb-db/README.md index 7e26d676..1c725bba 100644 --- a/charts/psmdb-db/README.md +++ b/charts/psmdb-db/README.md @@ -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 | `""` | @@ -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`