fixed a typo (#17473)

This commit is contained in:
Naoki Oketani
2019-11-08 12:26:19 +09:00
committed by Kubernetes Prow Robot
parent 80f78a0d92
commit ab5ef4d4ec
@@ -161,7 +161,7 @@ Follow the steps given below to update your Deployment:
or simply use the following command:
```shell
kubectl set image deployment/nginx-deployment nginx=nginx:1.91 --record
kubectl set image deployment/nginx-deployment nginx=nginx:1.9.1 --record
```
The output is similar to this: