diff --git a/controllers/components/trustyai/trustyai_controller.go b/controllers/components/trustyai/trustyai_controller.go index 5e04d26566c..8f5532f3253 100644 --- a/controllers/components/trustyai/trustyai_controller.go +++ b/controllers/components/trustyai/trustyai_controller.go @@ -60,6 +60,7 @@ func NewComponentReconciler(ctx context.Context, mgr ctrl.Manager) error { kustomize.WithLabel(labels.K8SCommon.PartOf, ComponentName), )). WithAction(deploy.NewAction( + deploy.WithCache(), deploy.WithFieldOwner(componentsv1.TrustyAIInstanceName), deploy.WithLabel(labels.ComponentPartOf, componentsv1.TrustyAIInstanceName), )).