Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Last active May 10, 2023 19:40
Show Gist options
  • Save nicosingh/edc1cfa7bf56eed0617ceb5b05944b7d to your computer and use it in GitHub Desktop.
Save nicosingh/edc1cfa7bf56eed0617ceb5b05944b7d to your computer and use it in GitHub Desktop.
external_dns_iam_role = "external-dns"
external_dns_chart_name = "external-dns"
external_dns_chart_repo = "https://kubernetes-sigs.github.io/external-dns/"
external_dns_chart_version = "1.9.0"
external_dns_values = {
"image.repository" = "k8s.gcr.io/external-dns/external-dns",
"image.tag" = "v0.11.0",
"logLevel" = "info",
"logFormat" = "json",
"triggerLoopOnEvent" = "true",
"interval" = "5m",
"policy" = "sync",
"sources" = "{ingress}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment