Update values.yaml - add mongodb.auth.existingSecret parameter

This commit is contained in:
JesseBot
2023-09-07 19:55:21 +02:00
committed by GitHub
parent 8e6b0ca0a9
commit ae37d80891

View File

@@ -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: