Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Fix webhook readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed May 12, 2022
1 parent cf39b30 commit 9d1d920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook-src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The sample webhook is used to automatically add to pods and deployments an Nginx
To build and push the Docker image

```shell
EXPORT DOCKER_REPO=MY_DOCKER_REPO
export DOCKER_REPO=MY_DOCKER_REPO

docker build -t ${DOCKER_REPO}/gke-dns-test .
docker push ${DOCKER_REPO}/gke-dns-test
Expand Down

0 comments on commit 9d1d920

Please sign in to comment.