coder / coder-logstream-kube

Stream Kubernetes Pod events to the Coder startup logs
GNU Affero General Public License v3.0
10 stars 4 forks source link

feat(helm): add nodeSelector var #12

Closed toshikish closed 10 months ago

toshikish commented 10 months ago

This PR adds support for specifying the nodeSelector labels, allowing users to control on which nodes the coder-logstream-kube pod is scheduled.

kylecarbs commented 10 months ago

@ericpaulsen feel free to review and lmk if it looks good to you!

ericpaulsen commented 10 months ago

LGTM. thank you @toshikish!