Skip to content

Commit 4e6ecef

Browse files
authored
Merge pull request #38745 from Zhuzhenghao/fix/en-declarative-config
[en] update declarative-config.md
2 parents 343a15a + 3ec0af5 commit 4e6ecef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/manage-kubernetes-objects/declarative-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ kind: Deployment
315315
metadata:
316316
annotations:
317317
# ...
318-
# The annotation contains the updated image to nginx 1.11.9,
318+
# The annotation contains the updated image to nginx 1.16.1,
319319
# but does not contain the updated replicas to 2
320320
kubectl.kubernetes.io/last-applied-configuration: |
321321
{"apiVersion":"apps/v1","kind":"Deployment",
@@ -513,7 +513,7 @@ kind: Deployment
513513
metadata:
514514
annotations:
515515
# ...
516-
# The annotation contains the updated image to nginx 1.11.9,
516+
# The annotation contains the updated image to nginx 1.16.1,
517517
# but does not contain the updated replicas to 2
518518
kubectl.kubernetes.io/last-applied-configuration: |
519519
{"apiVersion":"apps/v1","kind":"Deployment",

0 commit comments

Comments
 (0)