Skip to content

Commit

Permalink
fix webhook name (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
evyatarmeged authored Oct 11, 2022
1 parent 0364f4a commit 94ec6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func main() {
logrus.WithError(err).Fatal("failed writing certs to file system")
}
err = webhooks.UpdateWebHookCA(context.Background(),
"intents-operator-validating-webhook-configuration", certBundle.CertPem)
"validating-webhook-configuration", certBundle.CertPem)
if err != nil {
logrus.WithError(err).Fatal("updating webhook certificate failed")
}
Expand Down

0 comments on commit 94ec6d6

Please sign in to comment.