Skip to content

Commit

Permalink
Allow kube-state-metrics to watch ingresses in networking.k8s.io apiG…
Browse files Browse the repository at this point in the history
…roup (#4235)
  • Loading branch information
nevalla committed Nov 3, 2021
1 parent df29761 commit b95be78
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ rules:
verbs:
- list
- watch
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- list
- watch
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit b95be78

Please sign in to comment.