Skip to content

Commit 6dd10a9

Browse files
authored
[mongodb] makes configmap name dynamic (CloudPirates-io#279)
* makes configmap name dynamic * adds missing version bump
1 parent 024da55 commit 6dd10a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/mongodb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mongodb
33
description: MongoDB a flexible NoSQL database for scalable, real-time data management
44
type: application
5-
version: 0.3.2
5+
version: 0.3.3
66
appVersion: "8.0.13"
77
keywords:
88
- mongodb

charts/mongodb/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
{{- if and .Values.customUser (or .Values.customUser.name .Values.customUser.existingSecret) }}
142142
- name: custom-user-script
143143
configMap:
144-
name: mongodb-custom-user-script
144+
name: {{ include "mongodb.fullname" . }}-custom-user-script
145145
{{- end }}
146146
{{- if or .Values.config.content .Values.config.existingConfigmap }}
147147
- name: config

0 commit comments

Comments
 (0)