diff --git a/module-operator/manifests/charts/modules/calico/3.27.0/templates/tigera-operator/02-role-tigera-operator.yaml b/module-operator/manifests/charts/modules/calico/3.27.0/templates/tigera-operator/02-role-tigera-operator.yaml index 5096a3c..33e6c8c 100644 --- a/module-operator/manifests/charts/modules/calico/3.27.0/templates/tigera-operator/02-role-tigera-operator.yaml +++ b/module-operator/manifests/charts/modules/calico/3.27.0/templates/tigera-operator/02-role-tigera-operator.yaml @@ -122,6 +122,14 @@ rules: verbs: - create - delete + # In addition to the above, the operator should have the ability to delete their own resources during uninstallation. + - apiGroups: + - operator.tigera.io + resources: + - installations + - apiservers + verbs: + - delete - apiGroups: - networking.k8s.io resources: