Skip to content
Snippets Groups Projects
Commit 048ac264 authored by Antoine Legrand's avatar Antoine Legrand Committed by GitHub
Browse files

Update main.yml

parent add7570a
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ downloads:
container: true
repo: "{{ calico_rr_image_repo }}"
tag: "{{ calico_rr_image_tag }}"
enabled: "{{ peer_with_calico_rr }} and kube_network_plugin == 'calico'"
enabled: "{{ peer_with_calico_rr is defined and peer_with_calico_rr}} and kube_network_plugin == 'calico'"
pod_infra:
container: true
repo: "{{ pod_infra_image_repo }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment