From 2ee8236edfba2fa23297b13131ad56ab1f7d7388 Mon Sep 17 00:00:00 2001 From: Ioan Damian Date: Mon, 25 Jan 2021 22:07:58 +0200 Subject: [PATCH] add init flag for OSRM --- charts/osrm-backend/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/osrm-backend/templates/deployment.yaml b/charts/osrm-backend/templates/deployment.yaml index a61bf23..e557028 100644 --- a/charts/osrm-backend/templates/deployment.yaml +++ b/charts/osrm-backend/templates/deployment.yaml @@ -56,6 +56,7 @@ spec: {{- else }} - /data/romania-latest.osrm {{- end }} + {{- end }} {{- if .Values.env }} env: {{ range $k, $v := .Values.env }}