Skip to content

Commit

Permalink
Update pkg/thanos/statefulset.go
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
hooten and simonpasquier authored Apr 2, 2021
1 parent eeafcc0 commit bb4a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/thanos/statefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func makeStatefulSetService(tr *monitoringv1.ThanosRuler, config Config) *v1.Ser
},
},
Selector: map[string]string{
"app.kubernetes.io/name": "thanos-ruler",
"app.kubernetes.io/name": thanosRulerLabel,
},
},
}
Expand Down

0 comments on commit bb4a3ce

Please sign in to comment.