Skip to content

Commit

Permalink
feat: add ingress class rbac (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz authored and pmig committed Feb 5, 2023
1 parent 7fa97b1 commit b90debf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/cluster/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ rules:
- patch
- update
- watch
- apiGroups: [ networking.k8s.io ]
resources: [ ingressclasses ]
verbs:
- get
- list
- apiGroups: [ storage.k8s.io ]
resources: [ storageclasses ]
verbs:
Expand Down

0 comments on commit b90debf

Please sign in to comment.