Skip to content

Commit ed464a9

Browse files
authored
Fixes spaces in kubectl commands in README. (#150)
1 parent 4890fff commit ed464a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@ When you use your private image built with Jib in a [Kubernetes cluster](kuberne
294294
```shell
295295
kubectl create secret docker-registry gcr-json-key \
296296
--docker-server=<registry> \
297-
--docker-username=<username>\
298-
--docker-password=<password>\
297+
--docker-username=<username> \
298+
--docker-password=<password> \
299299
--docker-email=<any valid email address>
300300

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

0 commit comments

Comments
 (0)