Skip to content

Commit 593bca6

Browse files
committed
[en] fix incorrect pod-template-hash labels in deployment.md
1 parent 7f80fcc commit 593bca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ Follow the steps given below to create the above Deployment:
132132
The output is similar to:
133133
```
134134
NAME READY STATUS RESTARTS AGE LABELS
135-
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
136-
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
137-
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=3123191453
135+
nginx-deployment-75675f5897-7ci7o 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
136+
nginx-deployment-75675f5897-kzszj 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
137+
nginx-deployment-75675f5897-qqcnn 1/1 Running 0 18s app=nginx,pod-template-hash=75675f5897
138138
```
139139
The created ReplicaSet ensures that there are three `nginx` Pods.
140140

0 commit comments

Comments
 (0)