Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
devdattakulkarni committed Jul 29, 2022
1 parent f6110a3 commit ab1c03c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ registers the mutatingwebhookconfiguration object, and creates a Secret
object with the server key/certificate.
The webhook container mounts this Secret as a Volume and serves the webhook endpoint.

Check mutatingwebhookconfiguration.yaml to see the Kubernetes resources and actions
Check mutatingwebhook.yaml to see the Kubernetes resources and actions
that will be intercepted by this mutating webhook.


Expand Down Expand Up @@ -53,7 +53,7 @@ kubectl api-versions
4. Set Environment Variables
```
GO111MODULE=on
GOPATH=/home/vagrant/go
GOPATH=<Path to your go workspace>
GOOS=linux
```

Expand Down Expand Up @@ -99,7 +99,7 @@ Tested on
Contributions
--------------
If you try the code, we would love to hear from you. Please consider opening a PR with the information
about the configuration that you tested on. We would like to improve the list of Tested on platforms.
about the platform that you tested on. We would like to improve the list of Tested on platforms.


References
Expand Down

0 comments on commit ab1c03c

Please sign in to comment.