diff --git a/manifests/0000_70_dns-operator_00-cluster-role.yaml b/manifests/0000_70_dns-operator_00-cluster-role.yaml index afd4c180..1e122fdc 100644 --- a/manifests/0000_70_dns-operator_00-cluster-role.yaml +++ b/manifests/0000_70_dns-operator_00-cluster-role.yaml @@ -39,8 +39,25 @@ rules: - configmaps - endpoints - pods + verbs: + - "*" + +- apiGroups: + - "" + resources: - nodes verbs: + - get + - list + - watch + +- apiGroups: + - "" + resources: + - namespaces + resourceNames: + - openshift-dns + verbs: - "*" - apiGroups: