mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
feat: copy self-signed ca to harbor ssl (#2820)
Signed-off-by: xuesongzuo@yunify.com <xuesongzuo@yunify.com>
This commit is contained in:
parent
75d8ea38bd
commit
465f7cd7a7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue