From 0f579c41d6b1e0059274c8b587121c504761de58 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 25 Mar 2026 01:59:09 +0200 Subject: [PATCH] Update oramap to work with mongo --- charts/oramap-chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: