Skip to content

Commit

Permalink
Merge pull request #30 from alexandrud/osrm-backend
Browse files Browse the repository at this point in the history
fix bash absolute path in command section
  • Loading branch information
alexandrud authored Jan 25, 2021
2 parents 2da9cf9 + e54abdc commit bfbba06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/osrm-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: osrm-backend
description: Helm chart for Open Source Routing Machine
type: application
version: 0.0.6
version: 0.0.8
appVersion: "v5.23.0"
keywords:
- maps
Expand Down
2 changes: 1 addition & 1 deletion charts/osrm-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
{{- if .Values.initOsrm }}
- /usr/bin/bash
- /bin/bash
- -c
args:
- apt-get update &&
Expand Down

0 comments on commit bfbba06

Please sign in to comment.