Skip to content

Commit

Permalink
fix(karpenter-policy): Added kms permissions for karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Feb 12, 2024
1 parent 6be519c commit 512bd39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gen3/bin/kube-setup-karpenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ gen3_deploy_karpenter() {
"Resource": "*",
"Sid": "ConditionalEC2Termination"
},
{
"Action": [
"kms:*"
],
"Effect": "Allow",
"Resource": "*",
"Sid": "Karpenter"
},
{
"Sid": "VisualEditor0",
"Effect": "Allow",
Expand Down

0 comments on commit 512bd39

Please sign in to comment.