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?
I have several large repos where cache data is many GBs.
The use of
emptyDirfor 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?