Skip to content

Commit 775555c

Browse files
authored
docs: Correct EKS IRSA example to use the correct service account name for the Amazon EBS CSI driver (#246)
Co-authored-by: Kay <[email protected]>
1 parent 8eb4ed8 commit 775555c

File tree

1 file changed

+1
-1
lines changed
  • examples/iam-role-for-service-accounts-eks

1 file changed

+1
-1
lines changed

examples/iam-role-for-service-accounts-eks/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module "ebs_csi_irsa_role" {
9090
oidc_providers = {
9191
ex = {
9292
provider_arn = module.eks.oidc_provider_arn
93-
namespace_service_accounts = ["kube-system:aws-ebs-csi-driver"]
93+
namespace_service_accounts = ["kube-system:ebs-csi-controller-sa"]
9494
}
9595
}
9696

0 commit comments

Comments
 (0)