[stable/mongodb-replicaset] Added default values to missing keys in Values.yaml (#19924)

* Added default values to missing keys in mongodb-replicaset Values.yaml

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>

* bump chart version

Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>
This commit is contained in:
Jayadeep KM
2020-01-12 15:43:36 -08:00
committed by Kubernetes Prow Robot
parent 74ef430134
commit 49deffec83
2 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 3.11.2
version: 3.11.3
appVersion: 3.6
description: NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
+10 -5
View File
@@ -1,3 +1,7 @@
# Override the name of the chart, which in turn changes the name of the containers, services etc.
nameOverride: ""
fullnameOverride: ""
replicas: 3
port: 27017
@@ -12,14 +16,14 @@ podDisruptionBudget: {}
auth:
enabled: false
existingKeySecret: ""
existingAdminSecret: ""
existingMetricsSecret: ""
# adminUser: username
# adminPassword: password
# metricsUser: metrics
# metricsPassword: password
# key: keycontent
# existingKeySecret:
# existingAdminSecret:
# existingMetricsSecret:
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -99,7 +103,7 @@ tolerations: []
extraLabels: {}
# priorityClassName: ""
priorityClassName: ""
persistentVolume:
enabled: true
@@ -110,7 +114,7 @@ persistentVolume:
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
# storageClass: "-"
storageClass: ""
accessModes:
- ReadWriteOnce
size: 10Gi
@@ -144,6 +148,7 @@ configmap: {}
# initMongodStandalone: |+
# db = db.getSiblingDB("mydb")
# db.my_users.createIndex({email: 1})
initMongodStandalone: ""
# Readiness probe
readinessProbe: