diff --git a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md index 9aa8870d77..e8666ddd36 100644 --- a/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md +++ b/docs/tasks/configure-pod-container/downward-api-volume-expose-pod-information.md @@ -156,7 +156,7 @@ DownwardAPIVolumeFile. The first element specifies that in the Container named `client-container`, the value of the `limits.cpu` field -`metadata.labels` field should be stored in a file named `cpu_limit`. +should be stored in a file named `cpu_limit`. Create the Pod: