Skip to content

Commit

Permalink
fix typo and duplicated declaration of ingressclasses (#8591)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaced authored Mar 13, 2022
1 parent 512d5e3 commit 2b79be6
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ rules:
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "watch"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses", "ingressclasses"]
- apiGroups: ["networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["create", "patch"]
- apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses/status"]
verbs: ["update"]
- apiGroups: [networking.k8s.io"]
- apiGroups: ["networking.k8s.io"]
resources: ["ingressclasses"]
verbs: ["get", "list", "watch"]

0 comments on commit 2b79be6

Please sign in to comment.