Skip to content

Commit

Permalink
Merge pull request #390 from solarwinds/bug/NH-63366-set-node-selecto…
Browse files Browse the repository at this point in the history
…r-for-swo-agent

NH-63366 Set a nodeSelector for SWO agent
  • Loading branch information
jaroslav-fedor-swi authored Oct 6, 2023
2 parents e6fefaf + 589b953 commit 7dfbb90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/helm/templates/swo-agent-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}"
Expand Down

0 comments on commit 7dfbb90

Please sign in to comment.