Skip to content

Commit

Permalink
fix typo error in role ingress-nginx (#7272)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckySB authored Feb 9, 2021
1 parent bcaa31a commit a21ee33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit a21ee33

Please sign in to comment.