Skip to content

Commit

Permalink
fix iam
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed May 16, 2021
1 parent 1c18560 commit 4e2ee16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csi_rbac.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resource "kubernetes_service_account" "csi_driver" {
name = local.controller_name
namespace = var.namespace
annotations = {
"eks.amazonaws.com/role-arn" = module.ebs_controller_role.this_iam_role_arn
"eks.amazonaws.com/role-arn" = module.ebs_controller_role.iam_role_arn
}
}
automount_service_account_token = true
Expand Down

0 comments on commit 4e2ee16

Please sign in to comment.