Skip to content

Commit

Permalink
Helm Chart - Correct mountPath for config JSON (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanich authored Feb 18, 2020
1 parent 5655a16 commit b2d8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/sftp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
volumeMounts:
{{- if .Values.configuration }}
- name: sftp-json
mountPath: "/app/config"
mountPath: "/app/config/sftp.json"
subPath: sftp.json
readOnly: true
{{- end }}
Expand Down

0 comments on commit b2d8448

Please sign in to comment.