I am encountering an issue where the module is expecting the VirtualServer resource to belong to a different API group than what is configured in my setup.
Expected Behavior
The extDNS module should correctly recognize the VirtualServer resource in the following configuration:
apiVersion: k8s.nginx.org/v1
kind: VirtualServer
Actual Behavior
The extDNS module is looking for the VirtualServer resource under a different API group:
What would you like to be added:
I am encountering an issue where the module is expecting the VirtualServer resource to belong to a different API group than what is configured in my setup.
Expected Behavior The extDNS module should correctly recognize the VirtualServer resource in the following configuration: apiVersion: k8s.nginx.org/v1 kind: VirtualServer
Actual Behavior The extDNS module is looking for the VirtualServer resource under a different API group:
external-dns/charts/external-dns/templates/clusterrole.yaml
Why is this needed: Is it possible to support multiple/different API Groups for the VirtualServer resource?