We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c81b8 commit 038ee2cCopy full SHA for 038ee2c
internal/controller/pipelinegate_controller.go
@@ -255,7 +255,6 @@ func (r *PipelineGateReconciler) updateConsoleGate(gate *v1alpha1.PipelineGate)
255
func (r *PipelineGateReconciler) SetupWithManager(mgr ctrl.Manager) error {
256
return ctrl.NewControllerManagedBy(mgr).
257
For(&v1alpha1.PipelineGate{}).
258
- Owns(&batchv1.Job{}).
259
Complete(r)
260
}
261
0 commit comments