diff --git a/stable/mongodb-replicaset/values.yaml b/stable/mongodb-replicaset/values.yaml index 6e40b98a9e..be6f52edd0 100644 --- a/stable/mongodb-replicaset/values.yaml +++ b/stable/mongodb-replicaset/values.yaml @@ -70,14 +70,14 @@ configmap: dbPath: /data/db net: port: 27017 - ssl: # Uncomment for TLS support - # mode: requireSSL - # CAFile: /ca/tls.crt - # PEMKeyFile: /work-dir/mongo.pem + #ssl: + # mode: requireSSL + # CAFile: /ca/tls.crt + # PEMKeyFile: /work-dir/mongo.pem replication: replSetName: rs0 - security: # Uncomment for TLS support or keyfile access control without TLS - # authorization: enabled - # keyFile: /keydir/key.txt + #security: + # authorization: enabled + # keyFile: /keydir/key.txt