From 0959b1a110a0b45d7dd21dee5e4a23c639fe2056 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 16 Apr 2023 02:05:34 -0400 Subject: [PATCH] Add jobservice pvc subpath --- cluster/apps/harbor/helm-release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/apps/harbor/helm-release.yaml b/cluster/apps/harbor/helm-release.yaml index 64e5b24..4dcef9b 100644 --- a/cluster/apps/harbor/helm-release.yaml +++ b/cluster/apps/harbor/helm-release.yaml @@ -38,6 +38,10 @@ spec: registry: existingClaim: harbor-registry-pv-claim subPath: "registry/" + jobservice: + jobLog: + existingClaim: harbor-jobservice-pv-claim + subPath: "jobservice/" # trivy: # existingClaim: