Skip to content

Commit

Permalink
testing-adapter: add perms to flowschema
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik committed Apr 24, 2024
1 parent e3c387d commit c46dc06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test-adapter-deploy/testing-adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ rules:
verbs:
- get
- list
- apiGroups:
- flowcontrol.apiserver.k8s.io
resources:
- prioritylevelconfigurations
- flowschemas
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit c46dc06

Please sign in to comment.