Skip to content

Commit

Permalink
Fix typo in README.md deploy to deployment
Browse files Browse the repository at this point in the history
# cat deploy/mutatingwebhook.yaml | \
    deploy/webhook-patch-ca-bundle.sh > \
    deploy/mutatingwebhook-ca-bundle.yaml
  • Loading branch information
ferhat-dice authored Jun 4, 2020
1 parent f087502 commit 2e609f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ admissionregistration.k8s.io/v1beta1
2. Create a signed cert/key pair and store it in a Kubernetes `secret` that will be consumed by sidecar injector deployment:

```
# ./deploy/webhook-create-signed-cert.sh \
# ./deployment/webhook-create-signed-cert.sh \
--service sidecar-injector-webhook-svc \
--secret sidecar-injector-webhook-certs \
--namespace sidecar-injector
Expand Down

0 comments on commit 2e609f1

Please sign in to comment.