Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 4e2ee16

Browse files
committedMay 16, 2021
fix iam
1 parent 1c18560 commit 4e2ee16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎csi_rbac.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "kubernetes_service_account" "csi_driver" {
33
name = local.controller_name
44
namespace = var.namespace
55
annotations = {
6-
"eks.amazonaws.com/role-arn" = module.ebs_controller_role.this_iam_role_arn
6+
"eks.amazonaws.com/role-arn" = module.ebs_controller_role.iam_role_arn
77
}
88
}
99
automount_service_account_token = true

0 commit comments

Comments
 (0)
This repository has been archived.