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: ...@@ -16,8 +16,8 @@ rules:
- apiGroups: [""] - apiGroups: [""]
resources: ["services"] resources: ["services"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: ["extensions","networking.k8s.io"] - apiGroups: ["networking.k8s.io"]
resources: ["ingresses", "ingressclasses"] resources: ["ingresses"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
- apiGroups: [""] - apiGroups: [""]
resources: ["events"] resources: ["events"]
...@@ -25,6 +25,7 @@ rules: ...@@ -25,6 +25,7 @@ rules:
- apiGroups: ["extensions","networking.k8s.io"] - apiGroups: ["extensions","networking.k8s.io"]
resources: ["ingresses/status"] resources: ["ingresses/status"]
verbs: ["update"] verbs: ["update"]
- apiGroups: [networking.k8s.io"] - apiGroups: ["networking.k8s.io"]
resources: ["ingressclasses"] resources: ["ingressclasses"]
verbs: ["get", "list", "watch"] verbs: ["get", "list", "watch"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment