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 4e89eb2 commit e13fe12Copy full SHA for e13fe12
1 file changed
controllers/tenant_compile_pipeline_controller.go
@@ -169,6 +169,7 @@ func (r *TenantCompilePipelineReconciler) ensureCiVariables(t *synv1alpha1.Tenan
169
// SetupWithManager sets up the controller with the Manager.
170
func (r *TenantCompilePipelineReconciler) SetupWithManager(mgr ctrl.Manager) error {
171
return ctrl.NewControllerManagedBy(mgr).
172
+ Named("tenant_compile_pipeline").
173
For(&synv1alpha1.Tenant{}).
174
Owns(&synv1alpha1.Cluster{}).
175
Complete(r)
0 commit comments