mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Remove args, as livenessProves cannot use it. (#5008)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: mongodb-replicaset
|
||||
home: https://github.com/mongodb/mongo
|
||||
version: 3.2.0
|
||||
version: 3.2.1
|
||||
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.
|
||||
|
||||
@@ -161,7 +161,6 @@ spec:
|
||||
exec:
|
||||
command:
|
||||
- mongo
|
||||
args:
|
||||
{{- if .Values.tls.enabled }}
|
||||
- --ssl
|
||||
- --sslCAFile=/data/configdb/tls.crt
|
||||
|
||||
Reference in New Issue
Block a user