From 7f55815b7a3e50bcf9ae90c18a72029b19da90bc Mon Sep 17 00:00:00 2001 From: Mikael Johansson Date: Mon, 3 Apr 2023 15:35:42 +0200 Subject: [PATCH] [bitnami/external-dns] Add RBAC to support F5 VirtualServer external-dns source (#15804) * Add RBAC to support F5 VirtualServer external-dns source Signed-off-by: Mikael Johansson * Bump minor version Signed-off-by: Mikael Johansson --------- Signed-off-by: Mikael Johansson --- bitnami/external-dns/templates/clusterrole.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bitnami/external-dns/templates/clusterrole.yaml b/bitnami/external-dns/templates/clusterrole.yaml index cdfe0ab758b785..1b6f0668e97b8d 100644 --- a/bitnami/external-dns/templates/clusterrole.yaml +++ b/bitnami/external-dns/templates/clusterrole.yaml @@ -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 }}