fix(stash): add /blobs PVC storage (#10852)
This commit is contained in:
@@ -41,6 +41,9 @@ persistence:
|
||||
metadata:
|
||||
enabled: true
|
||||
mountPath: "/metadata"
|
||||
blobs:
|
||||
enabled: true
|
||||
mountPath: "/blobs"
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
|
||||
Reference in New Issue
Block a user