Fixed missing meta for generic CNI network plugin (#4845)

This commit is contained in:
Ivan Kukharchuk 2019-06-06 12:22:11 +03:00 committed by Kubernetes Prow Robot
parent a8dfcbbfc7
commit d62684b617

View file

@ -25,6 +25,11 @@ dependencies:
tags:
- canal
- role: network_plugin/cni
when: kube_network_plugin == 'cni'
tags:
- cni
- role: network_plugin/contiv
when: kube_network_plugin == 'contiv'
tags: