Update Prometheus, Grafana, and ingress-nginx addons

* Update ingress-nginx RBAC Role to include coordination.k8s.io leases
permissions that are required with ingress-nginx v1.3.0
This commit is contained in:
Dalton Hubble
2022-07-15 20:19:12 -07:00
parent 0db5f86110
commit 767a653baa
13 changed files with 43 additions and 18 deletions

View File

@ -10,6 +10,7 @@ rules:
- configmaps
- pods
- secrets
- endpoints
verbs:
- get
- apiGroups:
@ -32,8 +33,10 @@ rules:
verbs:
- create
- apiGroups:
- ""
- "coordination.k8s.io"
resources:
- endpoints
- leases
verbs:
- create
- get
- update