Skip to content

Commit 7ebe37a

Browse files
authored
Update deployment.md
1 parent 046e3a1 commit 7ebe37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Follow the steps given below to update your Deployment:
164164
1. Let's update the nginx Pods to use the `nginx:1.16.1` image instead of the `nginx:1.14.2` image.
165165

166166
```shell
167-
kubectl set image deployment/nginx-deployment nginx=nginx:1.16.1
167+
kubectl set image deployment.v1.apps/nginx-deployment nginx=nginx:1.16.1
168168
```
169169

170170
or use the following command:

0 commit comments

Comments
 (0)