mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2025-10-04 20:01:04 +02:00
fix component label on receive router
Signed-off-by: Daniel Schaaff <daniel@danielschaaff.com>
This commit is contained in:
parent
bbe75956d5
commit
fbf72b8906
@ -20,8 +20,8 @@ function(params) {
|
||||
},
|
||||
|
||||
podLabelSelector:: {
|
||||
[labelName]: defaults.commonLabels[labelName]
|
||||
for labelName in std.objectFields(defaults.commonLabels)
|
||||
[labelName]: tr.routerLabels[labelName]
|
||||
for labelName in std.objectFields(tr.routerLabels)
|
||||
if labelName != 'app.kubernetes.io/version'
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user