We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aws-node
1 parent 5b792f2 commit 1fb1cfcCopy full SHA for 1fb1cfc
examples/iam-role-for-service-accounts-eks/main.tf
@@ -255,7 +255,7 @@ module "vpc_cni_ipv4_irsa_role" {
255
oidc_providers = {
256
ex = {
257
provider_arn = module.eks.oidc_provider_arn
258
- namespace_service_accounts = ["kube-system:aws-vpc-cni"]
+ namespace_service_accounts = ["kube-system:aws-node"]
259
}
260
261
@@ -272,7 +272,7 @@ module "vpc_cni_ipv6_irsa_role" {
272
273
274
275
276
277
278
0 commit comments