From df616f2e646e79ff7879f11dd13ca401fcbe9b5c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 16 Apr 2023 01:56:10 -0400 Subject: [PATCH] Fix pvc subPaths in harbor helmrelease --- cluster/apps/harbor/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/harbor/helm-release.yaml b/cluster/apps/harbor/helm-release.yaml index 9896e94..64e5b24 100644 --- a/cluster/apps/harbor/helm-release.yaml +++ b/cluster/apps/harbor/helm-release.yaml @@ -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