mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-15 08:06:05 +10:00
Fix issue with MongoDB credentials
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user