grafana / tempo-operator

Grafana Tempo Kubernetes operator
https://grafana.com/docs/tempo/latest/setup/operator/
GNU Affero General Public License v3.0
61 stars 30 forks source link

Fix parsing of nodeSelector, tolerations and affinity in TempoMonolithic CR #880

Closed andreasgerstmayr closed 6 months ago

andreasgerstmayr commented 6 months ago

Fix parsing of nodeSelector, tolerations and affinity in TempoMonolithic CR

There was an issue when unmarshalling the CR to the Go struct due to the inline field, resulting in the scheduling fields to be always empty.

Resolves: #867