Skip to content

Commit

Permalink
remove perms no longer needed (kiali#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored and Matiasmct committed Nov 11, 2022
1 parent 2c792d3 commit c74f8c0
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions kiali-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,30 +260,6 @@ rules:
- delete
- patch
{{- end }}
- apiGroups: ["authentication.maistra.io"]
resources:
- servicemeshpolicies
verbs:
- get
- list
- watch
{{- if eq .Values.onlyViewOnlyMode false }}
- create
- delete
- patch
{{- end }}
- apiGroups: ["rbac.maistra.io"]
resources:
- servicemeshrbacconfigs
verbs:
- get
- list
- watch
{{- if eq .Values.onlyViewOnlyMode false }}
- create
- delete
- patch
{{- end }}
- apiGroups: ["apps.openshift.io"]
resources:
- deploymentconfigs
Expand Down

0 comments on commit c74f8c0

Please sign in to comment.