Skip to content

Commit f559ac4

Browse files
pod-template-hash label updated
code style has applied to the pod-template-hash label.
1 parent 9f4cc2f commit f559ac4

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)