Skip to content

Commit

Permalink
chore(fluent-bit): add node-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort authored Apr 5, 2024
1 parent 952ebfe commit fd2b396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fluent-bit/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ spec:
hostPath:
path: /var/log/dmesg
serviceAccountName: {{ include "fluent-bit.serviceAccountName" . }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}

0 comments on commit fd2b396

Please sign in to comment.