hey all, not specific to datahub, but wondering wh...
# all-things-deployment
p
hey all, not specific to datahub, but wondering what the best way is to set the nodeSelector value when deploying with helm
To add to this, we are trying to deploy to GKE, so am setting this value under each service in the values files:
Copy code
nodeSelector:
    <http://cloud.google.com/gke-nodepool|cloud.google.com/gke-nodepool>: "datahub-pool"
Deployment works fine, but seems like its not deploying to the pool we specified
Running helm install with
--dry-run
and grepping for nodeSelector has 0 results 😕
Think I figured this out - all good!
e
Are we setting them in the charts?
Awesome! Glad it worked out!