feat: copy self-signed ca to harbor ssl (#2820)

Signed-off-by: xuesongzuo@yunify.com <xuesongzuo@yunify.com>
This commit is contained in:
zuoxuesong-worker 2025-10-23 15:25:28 +08:00 committed by GitHub
parent 75d8ea38bd
commit 465f7cd7a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,13 @@
dest: >-
/opt/harbor/{{ .image_registry.harbor_version }}/ssl/server.key
- name: Harbor | Synchronize self signed ca cert to remote host
copy:
src: >-
{{ .binary_dir }}/pki/ca.crt
dest: >-
/opt/harbor/{{ .image_registry.harbor_version }}/ssl/ca.crt
- name: Harbor | Generate Harbor configuration file
template:
src: harbor.yml