Skip to content

Commit

Permalink
Merge pull request #96 from bwagner5/nth-arm-arch
Browse files Browse the repository at this point in the history
aws-node-termination-handler: support arm and arm64 cpu architectures
  • Loading branch information
jaypipes authored Mar 22, 2020
2 parents e8b59e2 + 8c1dff0 commit 85463ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stable/aws-node-termination-handler/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ spec:
operator: In
values:
- amd64
- arm
- arm64
serviceAccountName: {{ template "aws-node-termination-handler.serviceAccountName" . }}
hostNetwork: true
dnsPolicy: {{ .Values.dnsPolicy }}
Expand Down

0 comments on commit 85463ae

Please sign in to comment.