Skip to content

Commit

Permalink
Merge pull request #553 from rexagod/fix-pathnames
Browse files Browse the repository at this point in the history
Fix some pathnames
  • Loading branch information
k8s-ci-robot authored Jul 12, 2021
2 parents 410e319 + b97cf8d commit 4833cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/webhook-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ make
Build the docker image

```bash
docker build -t snapshot-validation-webhook:latest -f ./cmd/validation-webhook/Dockerfile .
docker build -t snapshot-validation-webhook:latest -f ./cmd/snapshot-validation-webhook/Dockerfile .
```

## How to deploy the webhook
Expand Down Expand Up @@ -69,7 +69,7 @@ Once all the pods from the deployment are up and running, you should be ready to
Try to create an invalid snapshot object, the snapshot creation should fail.

```bash
kubectl create -f ./examples/kubernetes/invalid-snapshot.yaml
kubectl create -f ./examples/kubernetes/invalid-snapshot-v1.yaml
```

### Other methods to deploy the webhook server
Expand Down

0 comments on commit 4833cbd

Please sign in to comment.