Skip to content

Commit

Permalink
Fix validating-webhook-configuration name (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Oct 17, 2022
1 parent 09aff46 commit 5230896
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 @@ -182,7 +182,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 5230896

Please sign in to comment.