Skip to content

Commit b2d8448

Browse files
authored
Helm Chart - Correct mountPath for config JSON (#6)
1 parent 5655a16 commit b2d8448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/sftp/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
volumeMounts:
4141
{{- if .Values.configuration }}
4242
- name: sftp-json
43-
mountPath: "/app/config"
43+
mountPath: "/app/config/sftp.json"
4444
subPath: sftp.json
4545
readOnly: true
4646
{{- end }}

0 commit comments

Comments
 (0)