File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/manage-kubernetes-objects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ kind: Deployment
315
315
metadata :
316
316
annotations :
317
317
# ...
318
- # The annotation contains the updated image to nginx 1.11.9 ,
318
+ # The annotation contains the updated image to nginx 1.16.1 ,
319
319
# but does not contain the updated replicas to 2
320
320
kubectl.kubernetes.io/last-applied-configuration : |
321
321
{"apiVersion":"apps/v1","kind":"Deployment",
@@ -513,7 +513,7 @@ kind: Deployment
513
513
metadata :
514
514
annotations :
515
515
# ...
516
- # The annotation contains the updated image to nginx 1.11.9 ,
516
+ # The annotation contains the updated image to nginx 1.16.1 ,
517
517
# but does not contain the updated replicas to 2
518
518
kubectl.kubernetes.io/last-applied-configuration : |
519
519
{"apiVersion":"apps/v1","kind":"Deployment",
You can’t perform that action at this time.
0 commit comments