Skip to content

Commit

Permalink
Update aws_csi_secrets_store.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
sohanyadav authored Oct 30, 2024
1 parent 325ffb3 commit e0197b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_csi_secrets_store.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ resource "kubernetes_service_account" "main" {
name = "csi-secrets-service-account"
namespace = each.key
annotations = {
"eks.amazonaws.com/role-arn" = join("",aws_iam_role.secrets_manager_role.*.name)
"eks.amazonaws.com/role-arn" = join("",aws_iam_role.secrets_manager_role.*.arn)
}
}
}

0 comments on commit e0197b8

Please sign in to comment.