Skip to content

Commit

Permalink
update to rmeove xray.roleArn
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 17, 2023
1 parent 94128e4 commit 715fda1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/extras/xray/xray.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ resource "helm_release" "xray" {
name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"
value = module.role_xray.iam_role_arn
}
set {
name = "xray.roleArn"
value = module.role_xray.iam_role_arn
}
# this is not needed because it runds under a serice account with the role and permissions needed
# set {
# name = "xray.roleArn"
# value = module.role_xray.iam_role_arn
# }
timeout = 300
}

0 comments on commit 715fda1

Please sign in to comment.