Skip to content

Commit

Permalink
ussd-engine: fix settings file mount
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper committed Apr 4, 2022
1 parent 59d50d8 commit 8a905cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ussd-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
name: ushahidi-ussd-engine
version: 0.0.1-alpha.3
version: 0.0.1-alpha.4
icon: https://github.ushahidi.org/helm-charts/icon.png
2 changes: 1 addition & 1 deletion charts/ussd-engine/templates/ussd-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
{{- if .Values.config.settings_file }}
volumeMounts:
- name: config-settings-file
mountPath: /var/www/
mountPath: /var/www/settings.json
subPath: settings.json
{{- end }}

Expand Down

0 comments on commit 8a905cd

Please sign in to comment.