Skip to content

Commit

Permalink
change download.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukda yui committed Sep 26, 2024
1 parent 15bb5b0 commit 8b3a719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/kubespray-defaults/defaults/main/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,14 @@ downloads:
groups:
- kube_node

ingress_nginx_kube_webhook_certgen:
repo: "{{ ingress_nginx_kube_webhook_certgen_image_repo }}"
tag: "{{ ingress_nginx_kube_webhook_certgen_image_tag }}"
sha256: "{{ ingress_nginx_kube_webhook_certgen_digest_checksum | default(None) }}"
groups:
- kube_node
when: ingress_nginx_webhook_enabled

cert_manager_controller:
enabled: "{{ cert_manager_enabled }}"
container: true
Expand Down

0 comments on commit 8b3a719

Please sign in to comment.