Skip to content

Commit

Permalink
add arm64 support (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Sep 3, 2024
1 parent 310de3a commit f092f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ affinity:
values:
- linux
- key: kubernetes.io/arch
operator: NotIn
operator: In
values:
- amd64
- arm64

kurlProxy:
Expand Down

0 comments on commit f092f5c

Please sign in to comment.