datainfrahq / druid-operator

Apache Druid On Kubernetes
Other
101 stars 42 forks source link

Fix node spec podLabels bug #184

Closed owais closed 2 months ago

owais commented 2 months ago

Fixes #183

Description

The operator does not add node spec's podLabels to the statefulsets unless a user also defines podLabels for the cluster spec.

This change will always add both cluster and node spec podLabels as long as they are defined. If same labels are defined for both cluster spec and pod spec then it'll prefer node spec values over cluster spec.


This PR has: