stash
stash copied to clipboard
Support permanent cache
I have several large repos where cache data is many GBs.
The use of emptyDir
for cache is problematic because it's so transient, particularly for one-off jobs like PVC backups.
Could there be a way to specify a permanent PVC for cache?
We are working on next version of the backup API. That will have persistent cache support. It may take some time for us to implement the new APIs.