[stable/mongodb-replicaset] Fix non TLS support (#2516)

This commit is contained in:
James Munnelly
2017-10-18 21:43:04 +02:00
committed by Reinhard Nägele
parent e3d92ebb07
commit f3cb61b5c6
+7 -7
View File
@@ -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