Skip to content

Commit

Permalink
don't reconcile on job changes (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz authored Mar 1, 2024
1 parent 29c81b8 commit 038ee2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/pipelinegate_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ func (r *PipelineGateReconciler) updateConsoleGate(gate *v1alpha1.PipelineGate)
func (r *PipelineGateReconciler) SetupWithManager(mgr ctrl.Manager) error {
return ctrl.NewControllerManagedBy(mgr).
For(&v1alpha1.PipelineGate{}).
Owns(&batchv1.Job{}).
Complete(r)
}

Expand Down

0 comments on commit 038ee2c

Please sign in to comment.