Skip to content

Commit

Permalink
Update deployment steps in readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
morvencao committed Mar 14, 2018
1 parent 2c8aa5a commit d7013bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ go get -u github.com/golang/dep/cmd/dep
2. Build and push docker image

```
build
./build
```

## Deploy
Expand All @@ -49,6 +49,8 @@ cat deployment/mutatingwebhook.yaml | \

3. Deploy resources
```
kubectl create -f deployment/nginxconfigmap.yaml
kubectl create -f deployment/configmap.yaml
kubectl create -f deployment/deployment.yaml
kubectl create -f deployment/service.yaml
kubectl create -f deployment/mutatingwebhook-ca-bundle.yaml
Expand Down

0 comments on commit d7013bd

Please sign in to comment.