Skip to content

Commit

Permalink
fix(eks): helm values syntax (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckaenzig authored May 6, 2022
1 parent 96d5b9b commit e7a5976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks/local.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ locals {
}
serviceAccount = {
annotations = {
eks.amazonaws.com/role-arn = module.iam_assumable_role_loki.iam_role_arn
"eks.amazonaws.com/role-arn" = module.iam_assumable_role_loki.iam_role_arn
}
}
}
Expand Down

0 comments on commit e7a5976

Please sign in to comment.