Add jobservice pvc subpath
This commit is contained in:
parent
53869a394d
commit
0959b1a110
|
@ -38,6 +38,10 @@ spec:
|
|||
registry:
|
||||
existingClaim: harbor-registry-pv-claim
|
||||
subPath: "registry/"
|
||||
jobservice:
|
||||
jobLog:
|
||||
existingClaim: harbor-jobservice-pv-claim
|
||||
subPath: "jobservice/"
|
||||
|
||||
# trivy:
|
||||
# existingClaim:
|
||||
|
|
Loading…
Reference in New Issue