From 6c126606da8f23215fec11984fd6d8addaedb390 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Thu, 7 Sep 2023 20:02:15 +0200 Subject: [PATCH] Update README.md for helm chart parameters to include mongodb.auth.existingSecret --- helm-charts/infisical/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm-charts/infisical/README.md b/helm-charts/infisical/README.md index de001d4f7..ee0a3b9cd 100644 --- a/helm-charts/infisical/README.md +++ b/helm-charts/infisical/README.md @@ -147,6 +147,7 @@ kubectl get secrets -n \ | `mongodb.auth.databases` | Custom databases list ([special characters warning](https://www.mongodb.com/docs/manual/reference/connection-string/#standard-connection-string-format)) | `["infisical"]` | | `mongodb.auth.rootUser` | Database root user name | `root` | | `mongodb.auth.rootPassword` | Database root user password | `root` | +| `mongodb.auth.existingSecret` | Existing secret with MongoDB(®) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, `mongodb-replica-set-key`) | `""` | | `mongodb.persistence.enabled` | Enable database persistence | `true` | | `mongodb.persistence.existingClaim` | Existing persistent volume claim name | `""` | | `mongodb.persistence.resourcePolicy` | Keep the persistent volume even on deletion (`keep` or `""`) | `keep` | @@ -341,4 +342,4 @@ for component in $components; do -o jsonpath='{.spec.template.spec.containers[0].env[*]}' | \ jq -r '.name + ":" + .value' > infisical-$component-conf.bak done -``` \ No newline at end of file +```