Skip to content

Commit

Permalink
Mount configs on sftp (#103)
Browse files Browse the repository at this point in the history
* adding yasr to sftpgo

Signed-off-by: Carlos Ravelo <[email protected]>

* adding yasr to sftpgo

Signed-off-by: Carlos Ravelo <[email protected]>

* adding yasr to sftpgo

Signed-off-by: Carlos Ravelo <[email protected]>
  • Loading branch information
gandazgul authored Jun 26, 2022
1 parent c5ed3f7 commit 008c2aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/SFTPGo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ spec:
persistentVolumeClaim:
claimName: yasr-volume
volumeMounts:
- mountPath: /data
name: main-volume
- mountPath: /config
name: yasr-volume
- name: main-volume
mountPath: /data
- name: yasr-volume
subPath: configs/sftpgo
mountPath: /config
- name: yasr-volume
mountPath: /yasr
ui:
ingress:
enabled: true
Expand Down

0 comments on commit 008c2aa

Please sign in to comment.