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

This commit is contained in:
Sergey 2021-02-09 18:53:13 +03:00 committed by GitHub
parent bcaa31ae33
commit a21ee33180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]