From 589b953eb917e547801c6d1bb82a76693f586330 Mon Sep 17 00:00:00 2001 From: Jaroslav Fedor Date: Fri, 6 Oct 2023 13:38:51 +0200 Subject: [PATCH] NH-63366 Set a nodeSelector for SWO agent --- deploy/helm/templates/swo-agent-statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/helm/templates/swo-agent-statefulset.yaml b/deploy/helm/templates/swo-agent-statefulset.yaml index 644c8308..ef0d0c3f 100644 --- a/deploy/helm/templates/swo-agent-statefulset.yaml +++ b/deploy/helm/templates/swo-agent-statefulset.yaml @@ -27,6 +27,8 @@ spec: solarwinds/swo-agent: "true" spec: securityContext: {} + nodeSelector: + kubernetes.io/os: linux containers: - name: swo-agent image: "{{ .Values.swoagent.image.repository }}:{{ .Values.swoagent.image.tag | default "v2.3.16@sha256:c42c9ca134db54341dc88c3e0c35b1a04db4629b1d97bfde524dfc5d2b8722e5" }}"