Fixed stash volume claims
This commit is contained in:
@@ -29,12 +29,14 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /root/.stash
|
mountPath: /root/.stash
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
# existingClaim: stash-pv-claim
|
# size: 1Gi
|
||||||
|
existingClaim: stash-pv-claim
|
||||||
# subPath:
|
# subPath:
|
||||||
|
|
||||||
media:
|
media:
|
||||||
enabled: true
|
enabled: false
|
||||||
mountPath: /media
|
mountPath: /media
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
|
size: 1Gi
|
||||||
# existingClaim: stash-pv-claim
|
# existingClaim: stash-pv-claim
|
||||||
# subPath:
|
# subPath:
|
||||||
|
|||||||
Reference in New Issue
Block a user