Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options labelFilter and managedRecordTypes in Helm Chart #4849

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. Add options to configure labelFilter and managedRecordTypes in He…

    …lm Chart
    
    By promoting this options to dedicated values they no longer have to be configured via `extraArgs`
    
    In the [K8GB project](https://github.com/k8gb-io/k8gb), a DNS based load balancer, we use external-dns as a chart dependency.
    We would like to configure all values specific to the controller in the default values of our Chart, and leave to the users the provider configuration. This provider configuration usually includes `extraArgs`.
    Since `extraArgs` is a list that would be overwritten we would like to keep it empty, otherwise users will have to copy paste our base configuration.
    abaguas committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0eab887 View commit details
    Browse the repository at this point in the history