From ae37d80891c79dd3fe2efefa10a7f4a0cf7c912d Mon Sep 17 00:00:00 2001 From: JesseBot Date: Thu, 7 Sep 2023 19:55:21 +0200 Subject: [PATCH] Update values.yaml - add mongodb.auth.existingSecret parameter --- helm-charts/infisical/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helm-charts/infisical/values.yaml b/helm-charts/infisical/values.yaml index 1ffbc318f..03454f565 100644 --- a/helm-charts/infisical/values.yaml +++ b/helm-charts/infisical/values.yaml @@ -269,6 +269,12 @@ mongodb: ## @param mongodb.auth.rootPassword Database root user password ## rootPassword: root + + ## @param auth.existingSecret Existing secret with MongoDB(®) credentials (keys: `mongodb-passwords`, `mongodb-root-password`, `mongodb-metrics-password`, `mongodb-replica-set-key`) + ## NOTE: When it's set the previous parameters are ignored. + ## + existingSecret: "" + ## MongoDB persistence configuration ## persistence: