mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update values.yaml - add mongodb.auth.existingSecret parameter
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user