Skip to content

Commit

Permalink
Fix rbac
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 12, 2024
1 parent b6c4468 commit 228320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-auth/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rules:
- ""
resources:
- namespaces
verbs: ["get"]
verbs: ["get", "list", "watch"]
# create/update rbac objects
- apiGroups:
- rbac.authorization.k8s.io
Expand Down

0 comments on commit 228320e

Please sign in to comment.