parent
							
								
									9b28e633c1
								
							
						
					
					
						commit
						a517c1ff66
					
				|  | @ -62,7 +62,11 @@ func (r *RunnerPodReconciler) Reconcile(ctx context.Context, req ctrl.Request) ( | ||||||
| 		return ctrl.Result{}, client.IgnoreNotFound(err) | 		return ctrl.Result{}, client.IgnoreNotFound(err) | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	if _, isRunnerPod := runnerPod.Labels[LabelKeyRunner]; !isRunnerPod { | 	_, isRunnerPod := runnerPod.Labels[LabelKeyRunner] | ||||||
|  | 	_, isRunnerSetPod := runnerPod.Labels[LabelKeyRunnerSetName] | ||||||
|  | 	_, isRunnerDeploymentPod := runnerPod.Labels[LabelKeyRunnerDeploymentName] | ||||||
|  | 
 | ||||||
|  | 	if !isRunnerPod && !isRunnerSetPod && !isRunnerDeploymentPod { | ||||||
| 		return ctrl.Result{}, nil | 		return ctrl.Result{}, nil | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue