Skip to content

Commit

Permalink
Adding gateway API objects to clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
slashben committed Feb 4, 2024
1 parent 2c3d0c1 commit 3981b8f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ rules:
- apiGroups: ["extensions"]
resources: ["Ingress"]
verbs: ["get", "watch", "list"]
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["httproutes","gateways","gatewayclasses","tcproutes","tlsroutes","udproutes"]
verbs: ["get", "watch", "list"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["update"]
Expand Down

0 comments on commit 3981b8f

Please sign in to comment.