Skip to content

Commit

Permalink
[bitnami/external-dns] Add RBAC to support F5 VirtualServer external-…
Browse files Browse the repository at this point in the history
…dns source (#15804)

* Add RBAC to support F5 VirtualServer external-dns source

Signed-off-by: Mikael Johansson <mik.json@gmail.com>

* Bump minor version

Signed-off-by: Mikael Johansson <mik.json@gmail.com>

---------

Signed-off-by: Mikael Johansson <mik.json@gmail.com>
  • Loading branch information
mikejoh authored Apr 3, 2023
1 parent 3326b62 commit 7f55815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bitnami/external-dns/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ rules:
- get
- list
- watch
- apiGroups:
- cis.f5.com
resources:
- virtualservers
verbs:
- get
- watch
- list
{{- if or .Values.crd.create .Values.crd.apiversion }}
- apiGroups:
{{- if .Values.crd.create }}
Expand Down

0 comments on commit 7f55815

Please sign in to comment.