Separate ClusterRole rules in external-dns RBAC (#11129)

* Separate Istio CRD rules in external-dns RBAC

Signed-off-by: Chris O'Brien <chrisob91@gmail.com>

* Separate ingress rule resource to extensions apiGroup in external-dns RBAC

Signed-off-by: Chris O'Brien <chrisob91@gmail.com>

* Bump external-dns chart version

Signed-off-by: Chris O'Brien <chrisob91@gmail.com>
This commit is contained in:
chrisob
2019-02-14 05:29:35 -08:00
committed by Kubernetes Prow Robot
parent 520c9d43f6
commit 3ab100a340
2 changed files with 17 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
apiVersion: v1
description:
description: |
Configure external DNS servers (AWS Route53, Google CloudDNS and others)
for Kubernetes Ingresses and Services
name: external-dns
version: 1.6.0
version: 1.6.1
appVersion: 0.5.9
home: https://github.com/kubernetes-incubator/external-dns
sources:
+15 -3
View File
@@ -8,13 +8,25 @@ metadata:
rules:
- apiGroups:
- ""
- extensions
- networking.istio.io
resources:
- ingresses
- services
- pods
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- extensions
resources:
- ingresses
verbs:
- get
- list
- watch
- apiGroups:
- networking.istio.io
resources:
- gateways
verbs:
- get