Skip to content

Commit

Permalink
[stable/external-dns] - update RBAC permission when crd.create=true (h…
Browse files Browse the repository at this point in the history
…elm#16737)

* [stable/external-dns] - update RBAC permission when crd.create=true

Signed-off-by: Ohad David <ohad.david@gmail.com>

* bump up version

Signed-off-by: odavid <ohad.david@gmail.com>
  • Loading branch information
odavid authored and k8s-ci-robot committed Sep 4, 2019
1 parent 1359c7c commit 2570f26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: external-dns
version: 2.5.5
version: 2.5.6
appVersion: 0.5.16
description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable.
keywords:
Expand Down
8 changes: 8 additions & 0 deletions stable/external-dns/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ rules:
- get
- list
- watch
{{- if .Values.crd.create }}
- apiGroups:
- externaldns.k8s.io
resources:
- dnsendpoints/status
verbs:
- update
{{- end }}
{{- end }}

0 comments on commit 2570f26

Please sign in to comment.