druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 92 forks source link

Nodespec "nodeSelector" should override Clusterspec #328

Open CodingParsley opened 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. The expected behavior is that the node's nodeSelector should override the common spec's nodeSelector. So, changing the order.


This PR has: