From f3cb61b5c697956b4cbcf5911665c87c7c207599 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 18 Oct 2017 20:43:04 +0100 Subject: [PATCH] [stable/mongodb-replicaset] Fix non TLS support (#2516) --- stable/mongodb-replicaset/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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