diff --git a/helm/templates/daemon-set.yaml b/helm/templates/daemon-set.yaml index a51a315..f486253 100644 --- a/helm/templates/daemon-set.yaml +++ b/helm/templates/daemon-set.yaml @@ -17,6 +17,8 @@ spec: labels: {{- include "pi-temperature-monitoring.selectorLabels" . | nindent 8 }} spec: + nodeSelector: + kubernetes.io/arch: arm64 securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: