Skip to content

Commit

Permalink
add aws account it
Browse files Browse the repository at this point in the history
  • Loading branch information
paurosello committed Dec 4, 2024
1 parent f2e8e6f commit 89fd228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/cluster-aws/templates/_machine_pools.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ spec:
heartbeatTimeout: 2h0m0s
lifecycleTransition: autoscaling:EC2_INSTANCE_TERMINATING
name: NTHTerminationHook
notificationTargetARN: {{ include "resource.default.name" $ }}-nth
roleARN: {{ include "resource.default.name" $ }}-nth-notification
notificationTargetARN: arn:aws:sqs:eu-west-2:{{ include "aws-account-id" .}}:{{ include "resource.default.name" $ }}-nth
roleARN: arn:aws:iam::{{ include "aws-account-id" .}}:role/{{ include "resource.default.name" $ }}-nth-notification
---
{{ end }}
{{- end -}}

0 comments on commit 89fd228

Please sign in to comment.