Skip to content

Commit 5b3ee97

Browse files
authored
Fix typo in README.md
1 parent abdd526 commit 5b3ee97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type Webhook struct {
7474
func (w *Webhook) SetupWebhookWithManager(mgr manager.Manager) error {
7575
return webhook.NewGenericWebhookManagedBy(mgr).
7676
For(&corev1.Pod{}).
77-
Complete(&w)
77+
Complete(w)
7878
}
7979

8080
func (w *Webhook) Mutate(ctx context.Context, request admission.Request, object runtime.Object) admission.Response {

0 commit comments

Comments
 (0)