From a443fea9eb4b44751f725db8552cb157311578d9 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 12 Dec 2025 02:37:41 +0000 Subject: [PATCH] chore: Update manifests after change --- clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml b/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml index d6f54176c..b094f55bb 100644 --- a/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml +++ b/clusters/cl01tl/manifests/harbor/Deployment-harbor-core.yaml @@ -130,8 +130,6 @@ spec: - name: token-service-private-key mountPath: /etc/core/private_key.pem subPath: tls.key - - name: ca-download - mountPath: /etc/core/ca - name: psc mountPath: /etc/core/token volumes: @@ -150,8 +148,5 @@ spec: - name: token-service-private-key secret: secretName: harbor-secret - - name: ca-download - secret: - secretName: harbor-nginx - name: psc emptyDir: {} -- 2.49.1