mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[stable/mongodb-replicaset] Fix linting issues (#2519)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: mongodb-replicaset
|
||||
home: https://github.com/mongodb/mongo
|
||||
version: 2.1.1
|
||||
version: 2.1.2
|
||||
description: NoSQL document-oriented database that stores JSON-like documents with
|
||||
dynamic schemas, simplifying the integration of data in content-driven applications.
|
||||
icon: https://webassets.mongodb.com/_com_assets/cms/mongodb-logo-rgb-j6w271g1xn.jpg
|
||||
|
||||
@@ -61,8 +61,8 @@ tls:
|
||||
# $ openssl req -x509 -new -nodes -key ca.key -days 10000 -out ca.crt -subj "/CN=mydomain.com"
|
||||
# After that you can base64 encode it and paste it here:
|
||||
# $ cat ca.key | base64 -w0
|
||||
# cacert:
|
||||
# cakey:
|
||||
# cacert:
|
||||
# cakey:
|
||||
|
||||
# Entries for the MongoDB config file
|
||||
configmap:
|
||||
@@ -71,13 +71,13 @@ configmap:
|
||||
net:
|
||||
port: 27017
|
||||
# Uncomment for TLS support
|
||||
#ssl:
|
||||
# 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
|
||||
# Uncomment for TLS support or keyfile access control without TLS
|
||||
#security:
|
||||
# authorization: enabled
|
||||
# keyFile: /keydir/key.txt
|
||||
# security:
|
||||
# authorization: enabled
|
||||
# keyFile: /keydir/key.txt
|
||||
|
||||
Reference in New Issue
Block a user