[bitnami/mongodb-sharded] Fix system log verbosity

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-11-26 09:10:08 +01:00
parent 804f2064c4
commit 47740e7226
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb-sharded
version: 0.1.2
version: 0.1.3
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. Sharded topology.
keywords:

View File

@@ -73,7 +73,7 @@ spec:
value: "true"
{{- end }}
- name: MONGODB_SYSTEM_LOG_VERBOSITY
value: {{ .Values.mongodbSystemLogVerbosity | quote }}
value: {{ .Values.common.mongodbSystemLogVerbosity | quote }}
- name: MONGODB_DISABLE_SYSTEM_LOG
{{- if .Values.mongodbDisableSystemLog }}
value: "yes"

View File

@@ -89,7 +89,7 @@ spec:
- name: MONGODB_CFG_REPLICA_SET_NAME
value: {{ printf "%s-configsvr" ( include "mongodb-sharded.fullname" . ) }}
- name: MONGODB_SYSTEM_LOG_VERBOSITY
value: {{ .Values.mongodbSystemLogVerbosity | quote }}
value: {{ .Values.common.mongodbSystemLogVerbosity | quote }}
- name: MONGODB_DISABLE_SYSTEM_LOG
{{- if .Values.mongodbDisableSystemLog }}
value: "yes"

View File

@@ -75,7 +75,7 @@ spec:
value: "true"
{{- end }}
- name: MONGODB_SYSTEM_LOG_VERBOSITY
value: {{ $.Values.mongodbSystemLogVerbosity | quote }}
value: {{ $.Values.common.mongodbSystemLogVerbosity | quote }}
- name: MONGODB_MAX_TIMEOUT
value: {{ $.Values.common.mongodbMaxWaitTimeout | quote }}
- name: MONGODB_DISABLE_SYSTEM_LOG
@@ -306,4 +306,4 @@ spec:
{{- if lt $i (sub $replicas 1) }}
---
{{- end }}
{{- end }}
{{- end }}