diff --git a/charts/oramap-chart/templates/deployment.yaml b/charts/oramap-chart/templates/deployment.yaml index b6cd85c..dbdae9e 100644 --- a/charts/oramap-chart/templates/deployment.yaml +++ b/charts/oramap-chart/templates/deployment.yaml @@ -38,7 +38,7 @@ spec: value: "{{ .Values.backend.containerPort }}" {{- if .Values.mongodb.enabled }} - name: MONGODB_URI - value: "mongodb://{{ include \"oramap.fullname\" . }}-mongodb:27017/{{ .Values.mongodb.database }}" + value: "mongodb://{{ include "oramap.fullname" . }}-mongodb:27017/{{ .Values.mongodb.database }}" {{- end }} livenessProbe: httpGet: