Skip to content

Commit

Permalink
Fixes spaces in kubectl commands in README. (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
coollog authored Mar 6, 2018
1 parent 4890fff commit ed464a9
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 @@ -294,11 +294,11 @@ When you use your private image built with Jib in a [Kubernetes cluster](kuberne
```shell
kubectl create secret docker-registry gcr-json-key \
--docker-server=<registry> \
--docker-username=<username>\
--docker-password=<password>\
--docker-username=<username> \
--docker-password=<password> \
--docker-email=<any valid email address>

kubectl patch serviceaccount default \
kubectl patch serviceaccount default \
-p '{"imagePullSecrets":[{"name":"gcr-json-key"}]}'
```

Expand Down

0 comments on commit ed464a9

Please sign in to comment.