fix(stash): add /blobs PVC storage (#10852)

This commit is contained in:
Michael Schnerring
2023-07-26 12:27:33 +02:00
committed by GitHub
parent 1fe00ced20
commit 865d3c4cde
3 changed files with 20 additions and 1 deletions
+3
View File
@@ -41,6 +41,9 @@ persistence:
metadata:
enabled: true
mountPath: "/metadata"
blobs:
enabled: true
mountPath: "/blobs"
data:
enabled: true
mountPath: "/data"