Automated Manifest Update (#2419)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2419
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2419.
This commit is contained in:
2025-12-12 02:39:10 +00:00
committed by Alex Lebens
parent b286bd2ecd
commit 519dba7639

View File

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