[external-dns] Fix RBAC for istio gateways (#8223)

Signed-off-by: Ali Rizwan <ari@hellofresh.com>
This commit is contained in:
Ali Rizwan
2018-10-08 06:55:48 -07:00
committed by k8s-ci-robot
parent 4d1c119041
commit 5d27d18011
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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