updating otf-deployment process with more details
[it/otf.git] / otf-helm / otf / charts / databases / mongodb / values.yaml
index 0683160..0e5843c 100644 (file)
@@ -71,13 +71,13 @@ usePassword: true
 ## MongoDB admin password
 ## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#setting-the-root-password-on-first-run
 ##
-mongodbRootPassword: otf.123
+mongodbRootPassword: root-password
 
 ## MongoDB custom user and database
 ## ref: https://github.com/bitnami/bitnami-docker-mongodb/blob/master/README.md#creating-a-user-and-database-on-first-run
 ##
-mongodbUsername: otfuser
-mongodbPassword: Today.123
+mongodbUsername: your-mongo-username
+mongodbPassword: your-mongo-password
 mongodbDatabase: otf
 mongodbIP: ""