Skip to content

Commit

Permalink
helm: update for supported arches
Browse files Browse the repository at this point in the history
Signed-off-by: Danielle Lancashire <[email protected]>
  • Loading branch information
endocrimes committed Sep 17, 2024
1 parent 2992ccd commit cf315ce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/spin-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ spec:
annotations:
kubectl.kubernetes.io/default-container: manager
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- amd64
- arm64
- key: kubernetes.io/os
operator: In
values:
- linux
containers:
- args: {{- toYaml .Values.controllerManager.manager.args | nindent 8 }}
command:
Expand Down

0 comments on commit cf315ce

Please sign in to comment.