fix: RunnerDeployment was not working at all after field indexing enhancement

This commit is contained in:
Yusuke Kuoka 2020-03-06 08:53:28 +09:00
parent 0edf0d59f7
commit 4b6806fda3
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ func (r *RunnerDeploymentReconciler) SetupWithManager(mgr ctrl.Manager) error {
return nil
}
if owner.APIVersion != v1alpha1.GroupVersion.String() || owner.Kind != "RunnerSet" {
if owner.APIVersion != v1alpha1.GroupVersion.String() || owner.Kind != "RunnerDeployment" {
return nil
}