diff --git a/components/profile-controller/controllers/profile_controller.go b/components/profile-controller/controllers/profile_controller.go index 3e45c4ae4c7..e6a56c3e894 100644 --- a/components/profile-controller/controllers/profile_controller.go +++ b/components/profile-controller/controllers/profile_controller.go @@ -69,6 +69,7 @@ const ( kubeflowEdit = "kubeflow-edit" kubeflowView = "kubeflow-view" istioInjectionLabel = "istio-injection" + filerInjectionLabel = "filer-sidecar-injection" ) const DEFAULT_EDITOR = "default-editor" @@ -130,6 +131,7 @@ func (r *ProfileReconciler) Reconcile(ctx context.Context, request ctrl.Request) // inject istio sidecar to all pods in target namespace by default. Labels: map[string]string{ istioInjectionLabel: "enabled", + filerInjectionLabel: "enabled", }, Name: instance.Name, },