Skip to content

Commit

Permalink
disable external dns for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
holywen committed Mar 19, 2024
1 parent 1823b53 commit 9135c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module "eks_blueprints_addons" {
kube-proxy = {}
}
#01-getting-started
enable_external_dns = true
enable_external_dns = false
external_dns = {
values = [templatefile("k8s/extdns-values.yml", {
zoneDNS = var.hosted_zone
Expand Down

0 comments on commit 9135c54

Please sign in to comment.