Skip to content

Commit

Permalink
Update cluster-auth-manager permission (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Aug 9, 2024
1 parent 7f6848e commit cef23fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions charts/cluster-auth-manager/templates/k8s/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ rules:
- rolebindings
verbs: [ "*" ]
- apiGroups: [ "authentication.k8s.appscode.com" ]
resources:
- users
- groups
resources: [ "*" ]
verbs: [ "*" ]

{{- end }}

0 comments on commit cef23fc

Please sign in to comment.