Synchronize upstreamed folder to bb93182a4

This commit is contained in:
bitnami-bot
2019-10-18 15:35:01 +00:00
parent ec4c70cff8
commit 5e7e030ae5
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb
version: 7.4.1
version: 7.4.2
appVersion: 4.0.13
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:

View File

@@ -136,7 +136,7 @@ spec:
{{- end }}
{{- if .Values.mongodbExtraFlags }}
- name: MONGODB_EXTRA_FLAGS
value: {{ .Values.mongodbExtraFlags | join " " }}
value: {{ .Values.mongodbExtraFlags | join " " | quote }}
{{- end }}
ports:
- name: mongodb

View File

@@ -135,7 +135,7 @@ spec:
{{- end }}
{{- if .Values.mongodbExtraFlags }}
- name: MONGODB_EXTRA_FLAGS
value: {{ .Values.mongodbExtraFlags | join " " }}
value: {{ .Values.mongodbExtraFlags | join " " | quote }}
{{- end }}
{{- if .Values.livenessProbe.enabled }}
livenessProbe:

View File

@@ -165,7 +165,7 @@ spec:
{{- end }}
{{- if .Values.mongodbExtraFlags }}
- name: MONGODB_EXTRA_FLAGS
value: {{ .Values.mongodbExtraFlags | join " " }}
value: {{ .Values.mongodbExtraFlags | join " " | quote }}
{{- end }}
{{- if .Values.livenessProbe.enabled }}
livenessProbe:

View File

@@ -153,7 +153,7 @@ spec:
{{- end }}
{{- if .Values.mongodbExtraFlags }}
- name: MONGODB_EXTRA_FLAGS
value: {{ .Values.mongodbExtraFlags | join " " }}
value: {{ .Values.mongodbExtraFlags | join " " | quote }}
{{- end }}
{{- if .Values.livenessProbe.enabled }}
livenessProbe: