Skip to content

Commit ee90ce8

Browse files
authored
Merge pull request #20389 from varadaprasanth/patch-2
pod-template-hash label updated
2 parents ac983de + f559ac4 commit ee90ce8

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
@@ -124,7 +124,7 @@ In this example:
124124
* `AGE` displays the amount of time that the application has been running.
125125

126126
Notice that the name of the ReplicaSet is always formatted as `[DEPLOYMENT-NAME]-[RANDOM-STRING]`. The random string is
127-
randomly generated and uses the pod-template-hash as a seed.
127+
randomly generated and uses the `pod-template-hash` as a seed.
128128

129129
6. To see the labels automatically generated for each Pod, run `kubectl get pods --show-labels`. The following output is returned:
130130
```shell

0 commit comments

Comments
 (0)