hashicorp / waypoint-helm

Helm chart to install Waypoint and other associated components.
Mozilla Public License 2.0
29 stars 14 forks source link

feat: optional nodeSelector for runner and server statefulset #29

Closed jfreeland closed 2 years ago

jfreeland commented 2 years ago

I wanted to use nodeSelectors in my setup. I used the pattern from https://github.com/hashicorp/consul-helm. I tested this in my environment and it worked as intended.

I could imagine a scenario where someone might want the bootstrap job to also run on specific nodes but I did not add that in the PR. Could add if needed.

Also happy to close this PR if there's another way or if it's not relevant.