diff --git a/values.yaml b/values.yaml index 2d015484e40741cba13f5454109827b4a4adfcad..fa257a79083f7e2004bb5b78b16e4d18368c9fb4 100644 --- a/values.yaml +++ b/values.yaml @@ -7,8 +7,8 @@ port: 27017 # Mongo replSetName, user and pass mongo: replicaSetName: rs0 - user: "" - pass: "" + user: "root" + pass: "root" # Specs for the MongoDB image image: @@ -17,4 +17,4 @@ image: # Select desired volume size persistentVolume: - size: 10Gi \ No newline at end of file + size: 10Gi