We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e28a8 commit df3c9faCopy full SHA for df3c9fa
terraform/modules/k8s-addons/eks-gha-runner-scale-set.tf
@@ -55,8 +55,6 @@ kind: ServiceAccount
55
metadata:
56
annotations:
57
eks.amazonaws.com/role-arn: arn:aws:iam::${data.aws_caller_identity.current.account_id}:role/${local.gha_runner_scale_set.name}-role
58
- finalizers:
59
- - actions.github.com/cleanup-protection
60
labels:
61
actions.github.com/scale-set-name: gha-runner-scale-set
62
actions.github.com/scale-set-namespace: ${local.gha_runner_scale_set.namespace}
0 commit comments