Skip to content
Snippets Groups Projects
Unverified Commit a21ee331 authored by Sergey's avatar Sergey Committed by GitHub
Browse files

fix typo error in role ingress-nginx (#7272)

parent bcaa31ae
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ rules:
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", watch"]
verbs: ["get", "list", "watch"]
- apiGroups: ["extensions", "networking.k8s.io"]
resources: ["ingresses"]
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