aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/clear-cilium.yaml
blob: 16b6e8c926eea688ee201ce9d130433f09edf15d (plain)
1
2
3
4
5
6
7
---

- name: Delete cilium
  kubernetes.core.helm:
   name: cilium
   namespace: kube-system
   state: absent