Fix issue with MongoDB credentials

This commit is contained in:
Juan Ariza Toledano
2020-07-06 09:39:41 +02:00
committed by GitHub
parent a6298dc643
commit db2a2c19c8
@@ -66,7 +66,7 @@ spec:
value: {{ include "parse.mongodb.fullname" . }}
- name: MONGODB_PORT
value: "27017"
{{- if .Values.mongodb.usePassword }}
{{- if .Values.mongodb.auth.enabled }}
- name: MONGODB_PASSWORD
valueFrom:
secretKeyRef: