mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/parse] Update MongoDB dependency to latest major version (#3018)
* [bitnami/node] Update Mongodb dependency to latest major version Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
committed by
GitHub
parent
9a6c51a836
commit
4829a51d1a
@@ -380,11 +380,17 @@ persistence:
|
||||
## https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml
|
||||
##
|
||||
mongodb:
|
||||
## MongoDB Password authentication
|
||||
usePassword: true
|
||||
## If the password is not specified, MongoDB will generate a random password
|
||||
## MongoDB Authentication parameters
|
||||
##
|
||||
# mongodbRootPassword:
|
||||
auth:
|
||||
## Enable authentication
|
||||
## ref: https://docs.mongodb.com/manual/tutorial/enable-authentication/
|
||||
##
|
||||
enabled: true
|
||||
## MongoDB root password
|
||||
## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#setting-the-root-password-on-first-run
|
||||
##
|
||||
rootPassword: ""
|
||||
## Enable persistence using Persistent Volume Claims
|
||||
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user