Skip to content

Commit ccd40d1

Browse files
authored
Merge pull request #12 from Countly/mongodb-additional-fix-config
mongodb additional config
2 parents e209230 + abdb322 commit ccd40d1

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)