[bitnami/external-dns] Added Openshift Routes support (#5632)

* added openshift routes

* bump chart

* Update Chart.yaml
This commit is contained in:
Anas EL BARKANI
2021-03-08 08:09:16 +01:00
committed by GitHub
parent d973e78f98
commit 9508ea9afe
3 changed files with 17 additions and 1 deletions

View File

@@ -24,4 +24,4 @@ sources:
- https://github.com/kubernetes-sigs/external-dns
- https://github.com/bitnami/bitnami-docker-external-dns
- https://github.com/kubernetes-sigs/external-dns
version: 4.8.6
version: 4.9.0

View File

@@ -27,6 +27,14 @@ rules:
- get
- list
- watch
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- get
- list
- watch
- apiGroups:
- networking.istio.io
resources:

View File

@@ -27,6 +27,14 @@ rules:
- get
- list
- watch
- apiGroups:
- route.openshift.io
resources:
- routes
verbs:
- get
- list
- watch
- apiGroups:
- networking.istio.io
resources: