diff --git a/charts/kyverno/templates/clusterrole.yaml b/charts/kyverno/templates/clusterrole.yaml index 6780db0d45..4dbafba4d4 100644 --- a/charts/kyverno/templates/clusterrole.yaml +++ b/charts/kyverno/templates/clusterrole.yaml @@ -133,6 +133,7 @@ rules: - resourcequotas - limitranges - clusterroles + - roles - rolebindings - namespaces - clusterrolebindings diff --git a/definitions/install.yaml b/definitions/install.yaml index 809671d168..e4ddeb3cf6 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -2228,6 +2228,7 @@ rules: - configmaps - resourcequotas - limitranges + - roles - clusterroles - rolebindings - clusterrolebindings diff --git a/definitions/install_debug.yaml b/definitions/install_debug.yaml index 8a704430ff..70beb2b89d 100755 --- a/definitions/install_debug.yaml +++ b/definitions/install_debug.yaml @@ -2228,6 +2228,7 @@ rules: - configmaps - resourcequotas - limitranges + - roles - clusterroles - rolebindings - clusterrolebindings diff --git a/definitions/k8s-resource/clusterroles.yaml b/definitions/k8s-resource/clusterroles.yaml index 0d4e2111d6..e8db113e61 100755 --- a/definitions/k8s-resource/clusterroles.yaml +++ b/definitions/k8s-resource/clusterroles.yaml @@ -157,6 +157,7 @@ rules: - configmaps - resourcequotas - limitranges + - roles - clusterroles - rolebindings - clusterrolebindings