From 9c66882d833d6705e62603ca5428279ed3649f87 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 14 Aug 2025 18:40:34 +0300 Subject: [PATCH] Use cephfs for harbor job pvc --- harbor-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbor-operator/values.yaml b/harbor-operator/values.yaml index 941c70b..efc79a5 100644 --- a/harbor-operator/values.yaml +++ b/harbor-operator/values.yaml @@ -34,7 +34,7 @@ persistence: jobservice: jobLog: existingClaim: "" - storageClass: "longhorn" + storageClass: "cephfs" subPath: "" accessMode: ReadWriteMany size: 5Gi