diff --git a/components/odh-notebook-controller/controllers/notebook_webhook.go b/components/odh-notebook-controller/controllers/notebook_webhook.go index aa6bdf748d8..b8f977b9e78 100644 --- a/components/odh-notebook-controller/controllers/notebook_webhook.go +++ b/components/odh-notebook-controller/controllers/notebook_webhook.go @@ -314,7 +314,7 @@ func CheckAndMountCACertBundle(ctx context.Context, cli client.Client, notebook cm := workbenchConfigMap if cm.Name == workbenchConfigMapName { // Inject the trusted-ca volume and environment variables - log.Info("Injecting trusted-ca volume and environment variables", notebook.Name, "namespace", notebook.Namespace) + log.Info("Injecting trusted-ca volume and environment variables") return InjectCertConfig(notebook, workbenchConfigMapName) } return nil