Skip to content

Commit e52d135

Browse files
committedFeb 1, 2022
Watch taskruns
1 parent a915219 commit e52d135

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎controllers/drupalsite_controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ func (r *DrupalSiteReconciler) SetupWithManager(mgr ctrl.Manager) error {
129129
Owns(&dbodv1a1.Database{}).
130130
Owns(&corev1.ConfigMap{}).
131131
Owns(&corev1.Secret{}).
132+
Owns(&pipelinev1.TaskRun{}).
132133
Watches(&source.Kind{Type: &velerov1.Backup{}}, handler.EnqueueRequestsFromMapFunc(
133134
// Reconcile every DrupalSite in the project referred to by the Backup
134135
func(a client.Object) []reconcile.Request {

0 commit comments

Comments
 (0)
Please sign in to comment.