Skip to content
Snippets Groups Projects
Unverified Commit 4550f8c5 authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

calico_flexvol (#8273)

parent 9afca438
No related branches found
No related tags found
No related merge requests found
...@@ -1001,6 +1001,15 @@ downloads: ...@@ -1001,6 +1001,15 @@ downloads:
groups: groups:
- k8s_cluster - k8s_cluster
calico_flexvol:
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
container: true
repo: "{{ calico_flexvol_image_repo }}"
tag: "{{ calico_flexvol_image_tag }}"
sha256: "{{ calico_flexvol_digest_checksum|default(None) }}"
groups:
- k8s_cluster
calico_policy: calico_policy:
enabled: "{{ enable_network_policy and kube_network_plugin in ['calico', 'canal'] }}" enabled: "{{ enable_network_policy and kube_network_plugin in ['calico', 'canal'] }}"
container: true container: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment