Skip to content

Commit abdb322

Browse files
committed
mongodb additional config
1 parent ae4fe80 commit abdb322

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/countly-mongodb/templates/mongodbcommunity.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@ spec:
107107
resources:
108108
requests:
109109
storage: {{ .Values.mongodb.persistence.size }}
110+
{{- if .Values.mongodb.additionalMongodConfig }}
111+
additionalMongodConfig:
112+
{{- toYaml .Values.mongodb.additionalMongodConfig | nindent 4 }}
113+
{{- end }}

0 commit comments

Comments
 (0)