Skip to content

Commit

Permalink
[nc] adjust sa name definition
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <nchenewe@thoughtworks.com>
  • Loading branch information
ncheneweth committed Jul 12, 2024
1 parent 010c0bb commit aebb433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-account-role-external-dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
}

0 comments on commit aebb433

Please sign in to comment.