Skip to content

Commit

Permalink
Update deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Aug 14, 2019
1 parent 3b08826 commit 972572d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/docs/concepts/workloads/controllers/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ Follow the steps given below to update your Deployment:
```shell
kubectl --record deployment.apps/nginx-deployment set image deployment.v1.apps/nginx-deployment nginx=nginx:1.9.1
```
or simply use the following command :
or simply use the following command:

```shell
kubectl set image deployment/nginx-deployment nginx=nginx:1.91 --record
```
```shell
kubectl set image deployment/nginx-deployment nginx=nginx:1.91 --record
```

The output is similar to this:
```
Expand Down

0 comments on commit 972572d

Please sign in to comment.