Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

File metadata and controls

29 lines (20 loc) · 1.41 KB

external-dns-operator

Version: 0.1.4 Type: application

External DNS Operator chart

This chart is used to set up the External DNS Operator for Validated Patterns.

It uses the discovered cluster DNS domain and its parent as the DNS zones, and implicitly uses the cluster cloud credentials to authorize DNS changes.

Notable changes

  • v0.1.4: Optional second ExternalDNS instance for OpenShift Routes (same fqdnTemplate and labels as Services)
  • v0.1.3: Introduce fqdnTemplate value to allow customization of fqdnTemplate(s)
  • v0.1.0: Initial release

Values

Key Type Default Description
dns.fqdnTemplate list []
dns.routes.enabled bool false Deploy a second ExternalDNS with source OpenShiftRoute (same fqdnTemplate and label filter as Services). Requires OpenShift Route API.
dns.routes.routerName string "default" Ingress controller name from Route.status.ingress[].routerName (often "default").
global.clusterDomain string "clustername.test.example.com"
global.clusterPlatform string "AWS"

Autogenerated from chart metadata using helm-docs v1.14.2