Skip to content

Commit

Permalink
Update notebook_webhook.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Dec 18, 2024
1 parent 0ae60aa commit c8fcda8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8fcda8

Please sign in to comment.