Skip to content

Commit

Permalink
Update eks/external-dns component to support Istio istio-gateway
Browse files Browse the repository at this point in the history
…resources (#1098)
  • Loading branch information
aknysh authored Aug 14, 2024
1 parent 8354d70 commit 711575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/external-dns/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module "external_dns" {
publishInternalServices = var.publish_internal_services
txtOwnerId = local.txt_owner
txtPrefix = local.txt_prefix
source = local.sources
sources = local.sources
}),
# hardcoded values
file("${path.module}/resources/values.yaml"),
Expand Down

0 comments on commit 711575a

Please sign in to comment.