From c8fcda8057b32dae534800e0767ffe63316510fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Tue, 17 Dec 2024 08:21:18 +0100 Subject: [PATCH] Update notebook_webhook.go --- .../odh-notebook-controller/controllers/notebook_webhook.go | 1 + 1 file changed, 1 insertion(+) 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