Skip to content
Snippets Groups Projects
Unverified Commit 3b99d24c authored by Piotr Kowalczyk's avatar Piotr Kowalczyk Committed by GitHub
Browse files

Fix: install calico-kube-controller on kdd (#9358)

* Fix: install policy controller on kdd too

* Remove the calico_policy_version condition altogether

* Install policy controller both on canal and calico under same condition
parent 4701abff
Branches
Tags
No related merge requests found
......@@ -2,15 +2,7 @@
dependencies:
- role: policy_controller/calico
when:
- kube_network_plugin == 'calico'
- kube_network_plugin in ['calico', 'canal']
- enable_network_policy
- calico_datastore != "kdd"
tags:
- policy-controller
- role: policy_controller/calico
when:
- kube_network_plugin == 'canal'
- calico_datastore != "kdd"
tags:
- policy-controller
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment