emberstack/docker-sftp

[Question] How to use persistent storage

Closed this issue · 3 comments

How can I use storageClass for persist my data? I can not find any setting about that

Hi @muradheydarov

Because different people have different strategies for storage of the data (some use a single PV for all data, while others separate by users etc), you need to create your own PV with your storage class and use the following to attach them to their respective locations:

storage:
  volumeMounts: []
  volumes: []
stale commented

Automatically marked as stale due to no recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

Automatically closed stale item.