Fix pvc subPaths in harbor helmrelease
This commit is contained in:
parent
4818667d42
commit
df616f2e64
|
@ -37,11 +37,11 @@ spec:
|
|||
persistentVolumeClaim:
|
||||
registry:
|
||||
existingClaim: harbor-registry-pv-claim
|
||||
subPath: "/registry"
|
||||
subPath: "registry/"
|
||||
|
||||
# trivy:
|
||||
# existingClaim:
|
||||
# subPath: "/trivy"
|
||||
# subPath: "trivy/"
|
||||
|
||||
imageChartStorage:
|
||||
type: s3
|
||||
|
|
Loading…
Reference in New Issue