diff --git a/components/odh-notebook-controller/controllers/notebook_webhook.go b/components/odh-notebook-controller/controllers/notebook_webhook.go index 5b0db331f81..8b00f7e8282 100644 --- a/components/odh-notebook-controller/controllers/notebook_webhook.go +++ b/components/odh-notebook-controller/controllers/notebook_webhook.go @@ -253,6 +253,7 @@ func (w *NotebookWebhook) Handle(ctx context.Context, req admission.Request) adm } + print("controllers/notebook_webhook") // Check Imagestream Info both on create and update operations if req.Operation == admissionv1.Create || req.Operation == admissionv1.Update { // Check Imagestream Info