Skip to content

Commit 1979f73

Browse files
authored
Update webhook.md (#5174)
Signed-off-by: Ryan Cook <[email protected]>
1 parent 47d8d67 commit 1979f73

File tree

1 file changed

+2
-2
lines changed
  • website/content/en/docs/building-operators/golang

1 file changed

+2
-2
lines changed

website/content/en/docs/building-operators/golang/webhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ After running the `create webhook` command the file structure would be:
7272

7373
The scaffolded file `api/v1alpha1/memcached_webhook.go` has method signatures which need to be implemented for the validation webhook.
7474

75-
Following this, there are a few steps which need to be done in your operator project to enable webhhoks. This will involve:
75+
Following this, there are a few steps which need to be done in your operator project to enable webhooks. This will involve:
7676

7777
1. Implementing the required methods for Validating or Mutating webhook in `<kind>_webhook.go`. An example of such implementation is provided [here](https://book.kubebuilder.io/cronjob-tutorial/webhook-implementation.html).
7878

@@ -96,4 +96,4 @@ Technically, the webhooks can be run locally, but for it to work you need to gen
9696

9797
#### Run as a Deployment inside the cluster
9898

99-
Adding webhooks does not alter deploying your operator. For instructions on deploying your operator into a cluster, refer to the [tutorial](https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/#2-run-as-a-deployment-inside-the-cluster).
99+
Adding webhooks does not alter deploying your operator. For instructions on deploying your operator into a cluster, refer to the [tutorial](https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/#2-run-as-a-deployment-inside-the-cluster).

0 commit comments

Comments
 (0)