druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 93 forks source link

Nodespec nodeSelector should override Clusterspec nodeSelector #327

Closed CodingParsley closed 1 year ago

CodingParsley commented 1 year ago

Fixes https://github.com/druid-io/druid-operator/pull/284

Description

We have two nodeSelectors at spec level and node level. We want the node's nodeSelector to override the common spec's nodeSelector. So, changing the order.


This PR has: