diff --git a/charts/countly-mongodb/templates/mongodbcommunity.yaml b/charts/countly-mongodb/templates/mongodbcommunity.yaml index 242aaab..6e2c250 100644 --- a/charts/countly-mongodb/templates/mongodbcommunity.yaml +++ b/charts/countly-mongodb/templates/mongodbcommunity.yaml @@ -107,3 +107,7 @@ spec: resources: requests: storage: {{ .Values.mongodb.persistence.size }} + {{- if .Values.mongodb.additionalMongodConfig }} + additionalMongodConfig: + {{- toYaml .Values.mongodb.additionalMongodConfig | nindent 4 }} + {{- end }}