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: {}