From aebb433c2f36ccee129b3f77557779ba544ad897 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Fri, 12 Jul 2024 16:31:04 -0500 Subject: [PATCH] [nc] adjust sa name definition Signed-off-by: Nic Cheneweth --- service-account-role-external-dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-account-role-external-dns.tf b/service-account-role-external-dns.tf index 95db7cf..e2fb071 100644 --- a/service-account-role-external-dns.tf +++ b/service-account-role-external-dns.tf @@ -9,7 +9,7 @@ module "external_dns_irsa_role" { oidc_providers = { main = { provider_arn = data.aws_iam_openid_connect_provider.eks.arn - namespace_service_accounts = ["istio-system:*external-dns"] + namespace_service_accounts = ["istio-system:external-dns"] } } } \ No newline at end of file