mirror of
https://github.com/bitnami/charts.git
synced 2026-04-05 16:57:11 +08:00
[bitnami/mongodb-sharded] Fix system log verbosity
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user