diff --git a/components/odh-notebook-controller/controllers/notebook_webhook.go b/components/odh-notebook-controller/controllers/notebook_webhook.go index 756a9eded2a..25e288c05a1 100644 --- a/components/odh-notebook-controller/controllers/notebook_webhook.go +++ b/components/odh-notebook-controller/controllers/notebook_webhook.go @@ -326,7 +326,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