Skip to content

Commit 46977a8

Browse files
dallinstevensbryantbiggs
authored andcommitted
adjusting sa name
1 parent 607d4a1 commit 46977a8

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
@@ -214,7 +214,7 @@ module "fsx_openzfs_csi_irsa_role" {
214214
oidc_providers = {
215215
ex = {
216216
provider_arn = module.eks.oidc_provider_arn
217-
namespace_service_accounts = ["kube-system:fsx-csi-controller-sa"]
217+
namespace_service_accounts = ["kube-system:fsx-openzfs-csi-controller-sa"]
218218
}
219219
}
220220
}

0 commit comments

Comments
 (0)