diff --git a/charts/kyverno/templates/clusterrole.yaml b/charts/kyverno/templates/clusterrole.yaml index 4dbafba4d4..ae9b6eea62 100644 --- a/charts/kyverno/templates/clusterrole.yaml +++ b/charts/kyverno/templates/clusterrole.yaml @@ -132,11 +132,6 @@ rules: - configmaps - resourcequotas - limitranges - - clusterroles - - roles - - rolebindings - - namespaces - - clusterrolebindings {{- range .Values.generatecontrollerExtraResources }} - {{ . }} {{- end }} diff --git a/definitions/install.yaml b/definitions/install.yaml index ee6c95651a..cf28f1b2b6 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -2228,10 +2228,6 @@ rules: - configmaps - resourcequotas - limitranges - - roles - - clusterroles - - rolebindings - - clusterrolebindings verbs: - create - update diff --git a/definitions/install_debug.yaml b/definitions/install_debug.yaml index 70beb2b89d..c6f74b27b3 100755 --- a/definitions/install_debug.yaml +++ b/definitions/install_debug.yaml @@ -2228,10 +2228,6 @@ rules: - configmaps - resourcequotas - limitranges - - roles - - clusterroles - - rolebindings - - clusterrolebindings verbs: - create - update diff --git a/definitions/k8s-resource/clusterroles.yaml b/definitions/k8s-resource/clusterroles.yaml index e8db113e61..cfd6e4bb5e 100755 --- a/definitions/k8s-resource/clusterroles.yaml +++ b/definitions/k8s-resource/clusterroles.yaml @@ -157,10 +157,6 @@ rules: - configmaps - resourcequotas - limitranges - - roles - - clusterroles - - rolebindings - - clusterrolebindings verbs: - create - update