Skip to content

Commit

Permalink
remove permission (#1758)
Browse files Browse the repository at this point in the history
* remove permission

Signed-off-by: vyankatesh <vyankatesh@neualto.com>

* remove duplicate resource

Signed-off-by: vyankatesh <vyankatesh@neualto.com>

Co-authored-by: vyankatesh <vyankatesh@neualto.com>
  • Loading branch information
vyankyGH and vyankd committed Apr 2, 2021
1 parent a1d9cdd commit 3ab7509
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions charts/kyverno/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ rules:
- configmaps
- resourcequotas
- limitranges
- clusterroles
- roles
- rolebindings
- namespaces
- clusterrolebindings
{{- range .Values.generatecontrollerExtraResources }}
- {{ . }}
{{- end }}
Expand Down
4 changes: 0 additions & 4 deletions definitions/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2228,10 +2228,6 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings
verbs:
- create
- update
Expand Down
4 changes: 0 additions & 4 deletions definitions/install_debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2228,10 +2228,6 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings
verbs:
- create
- update
Expand Down
4 changes: 0 additions & 4 deletions definitions/k8s-resource/clusterroles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ rules:
- configmaps
- resourcequotas
- limitranges
- roles
- clusterroles
- rolebindings
- clusterrolebindings
verbs:
- create
- update
Expand Down

0 comments on commit 3ab7509

Please sign in to comment.