external-dns: # -- How DNS records are synchronized between sources and providers; available values are `sync` & `upsert-only`. policy: upsert-only # -- Specify the registry for storing ownership and labels. # Valid values are `txt`, `aws-sd`, `dynamodb` & `noop`. registry: txt # -- (string) Specify an identifier for this instance of _ExternalDNS_ wWhen using a registry other than `noop`. txtOwnerId: # -- (string) Specify a prefix for the domain names of TXT records created for the `txt` registry. # Mutually exclusive with `txtSuffix`. txtPrefix: # -- (string) Specify a suffix for the domain names of TXT records created for the `txt` registry. # Mutually exclusive with `txtPrefix`. txtSuffix: ## - Limit possible target zones by domain suffixes. domainFilters: [] ## -- Intentionally exclude domains from being managed. excludeDomains: [] # -- Specify the DNS provider (e.g., "aws", "google", "azure", etc.) provider: name: ""