Skip to content

Commit

Permalink
Add Istio permissions to cluster role
Browse files Browse the repository at this point in the history
  • Loading branch information
haines committed Aug 25, 2021
1 parent 2f1aff4 commit bca8174
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application
version: 1.2.0
version: 1.3.0
appVersion: 0.9.0
keywords:
- kubernetes
Expand Down
3 changes: 3 additions & 0 deletions charts/external-dns/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list","watch"]
- apiGroups: ["networking.istio.io"]
resources: ["gateways","virtualservices"]
verbs: ["get","watch","list"]
{{- end }}

0 comments on commit bca8174

Please sign in to comment.