Skip to content

Commit

Permalink
Merge pull request #308 from rkpattnaik780/new-stable
Browse files Browse the repository at this point in the history
fix: remove handler for notebook update event
  • Loading branch information
harshad16 authored Apr 8, 2024
2 parents 7511785 + 1d057f2 commit daac703
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,6 @@ func (w *NotebookWebhook) Handle(ctx context.Context, req admission.Request) adm
}
}

// Add the workbench label on notebook update
if req.Operation == admissionv1.Update {
AddWorkbenchLabel(notebook)
}

// Inject the OAuth proxy if the annotation is present
if OAuthInjectionIsEnabled(notebook.ObjectMeta) {
err = InjectOAuthProxy(notebook, w.OAuthConfig)
Expand Down

0 comments on commit daac703

Please sign in to comment.