We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024da55 commit 6dd10a9Copy full SHA for 6dd10a9
charts/mongodb/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: mongodb
3
description: MongoDB a flexible NoSQL database for scalable, real-time data management
4
type: application
5
-version: 0.3.2
+version: 0.3.3
6
appVersion: "8.0.13"
7
keywords:
8
- mongodb
charts/mongodb/templates/statefulset.yaml
@@ -141,7 +141,7 @@ spec:
141
{{- if and .Values.customUser (or .Values.customUser.name .Values.customUser.existingSecret) }}
142
- name: custom-user-script
143
configMap:
144
- name: mongodb-custom-user-script
+ name: {{ include "mongodb.fullname" . }}-custom-user-script
145
{{- end }}
146
{{- if or .Values.config.content .Values.config.existingConfigmap }}
147
- name: config
0 commit comments