Skip to content

Commit

Permalink
fix :: role 역할 오타 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed May 11, 2024
1 parent 4e34e79 commit db92a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "helm_release" "karpenter" {

set {
name = "karpenter.serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"
value = "arn:aws:iam::786584124104:role/KarpenterControllerRole-xquare-v2-cluster"
value = "arn:aws:iam::786584124104:role/KarpenterControllerRole-xquare-v3-cluster"
}

set {
Expand Down

0 comments on commit db92a1c

Please sign in to comment.