fix component label on receive router

Signed-off-by: Daniel Schaaff <daniel@danielschaaff.com>
This commit is contained in:
Daniel Schaaff 2023-02-03 10:19:56 -08:00
parent bbe75956d5
commit fbf72b8906
No known key found for this signature in database
GPG Key ID: 003F642BD69147D1

View File

@ -20,8 +20,8 @@ function(params) {
}, },
podLabelSelector:: { podLabelSelector:: {
[labelName]: defaults.commonLabels[labelName] [labelName]: tr.routerLabels[labelName]
for labelName in std.objectFields(defaults.commonLabels) for labelName in std.objectFields(tr.routerLabels)
if labelName != 'app.kubernetes.io/version' if labelName != 'app.kubernetes.io/version'
}, },