Skip to content
Snippets Groups Projects
Unverified Commit 2b79be68 authored by spaced's avatar spaced Committed by GitHub
Browse files

fix typo and duplicated declaration of ingressclasses (#8591)

parent 512d5e33
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ 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"]
......@@ -25,6 +25,7 @@ rules:
- 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment