We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e209230 + abdb322 commit ccd40d1Copy full SHA for ccd40d1
1 file changed
charts/countly-mongodb/templates/mongodbcommunity.yaml
@@ -107,3 +107,7 @@ spec:
107
resources:
108
requests:
109
storage: {{ .Values.mongodb.persistence.size }}
110
+ {{- if .Values.mongodb.additionalMongodConfig }}
111
+ additionalMongodConfig:
112
+ {{- toYaml .Values.mongodb.additionalMongodConfig | nindent 4 }}
113
+ {{- end }}
0 commit comments