1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Allow generatecontroller to handle Roles (#1739)

* Allow generateoperator to handle Roles

Signed-off-by: Yuto Takahashi <ytaka23dev@gmail.com>

* Restore the releasable manifest

Signed-off-by: Yuto Takahashi <ytaka23dev@gmail.com>
This commit is contained in:
Yuto Takahashi 2021-03-30 14:48:41 +09:00 committed by GitHub
parent ca5a4e1986
commit e2cb30e752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -133,6 +133,7 @@ rules:
- resourcequotas
- limitranges
- clusterroles
- roles
- rolebindings
- namespaces
- clusterrolebindings

View file

@ -2228,6 +2228,7 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings

View file

@ -2228,6 +2228,7 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings

View file

@ -157,6 +157,7 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings