Skip to content

Commit

Permalink
ROX-21290: fix rbac (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jul 5, 2024
1 parent d5b920f commit a3a7734
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rules:
verbs: ["get", "list", "watch"]

- apiGroups: ["*"]
resources: ["scale"]
resources: ["*/scale"]
verbs: ["get", "watch"]

- apiGroups: [""]
Expand Down

0 comments on commit a3a7734

Please sign in to comment.