Skip to content

Commit db2a2c1

Browse files
author
Juan Ariza Toledano
authored
Fix issue with MongoDB credentials
1 parent a6298dc commit db2a2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitnami/parse/templates/server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
value: {{ include "parse.mongodb.fullname" . }}
6767
- name: MONGODB_PORT
6868
value: "27017"
69-
{{- if .Values.mongodb.usePassword }}
69+
{{- if .Values.mongodb.auth.enabled }}
7070
- name: MONGODB_PASSWORD
7171
valueFrom:
7272
secretKeyRef:

0 commit comments

Comments
 (0)