Skip to content

Commit 038ee2c

Browse files
authored
don't reconcile on job changes (#139)
1 parent 29c81b8 commit 038ee2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controller/pipelinegate_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ func (r *PipelineGateReconciler) updateConsoleGate(gate *v1alpha1.PipelineGate)
255255
func (r *PipelineGateReconciler) SetupWithManager(mgr ctrl.Manager) error {
256256
return ctrl.NewControllerManagedBy(mgr).
257257
For(&v1alpha1.PipelineGate{}).
258-
Owns(&batchv1.Job{}).
259258
Complete(r)
260259
}
261260

0 commit comments

Comments
 (0)