mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[external-dns] Fix RBAC for istio gateways (#8223)
Signed-off-by: Ali Rizwan <ari@hellofresh.com>
This commit is contained in:
@@ -3,7 +3,7 @@ description:
|
||||
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
|
||||
for Kubernetes Ingresses and Services
|
||||
name: external-dns
|
||||
version: 0.7.6
|
||||
version: 0.7.7
|
||||
appVersion: 0.5.6
|
||||
home: https://github.com/kubernetes-incubator/external-dns
|
||||
sources:
|
||||
|
||||
@@ -9,11 +9,13 @@ rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
- extensions
|
||||
- networking.istio.io
|
||||
resources:
|
||||
- ingresses
|
||||
- services
|
||||
- pods
|
||||
- nodes
|
||||
- gateways
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
Reference in New Issue
Block a user