Skip to content

Commit

Permalink
Removed finaliser from service account for github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 22, 2024
1 parent d4e28a8 commit df3c9fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/modules/k8s-addons/eks-gha-runner-scale-set.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ kind: ServiceAccount
metadata:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/${local.gha_runner_scale_set.name}-role
finalizers:
- actions.github.com/cleanup-protection
labels:
actions.github.com/scale-set-name: gha-runner-scale-set
actions.github.com/scale-set-namespace: ${local.gha_runner_scale_set.namespace}
Expand Down

0 comments on commit df3c9fa

Please sign in to comment.