Fix downward API

This commit is contained in:
Deyuan Deng
2015-05-11 22:54:59 -04:00
committed by Deyuan Deng
parent e73fa8b8b0
commit 9153582777
4 changed files with 20 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ started](../../docs/getting-started-guides) for installation instructions for yo
Containers consume the downward API using environment variables. The downward API allows
containers to be injected with the name and namespace of the pod the container is in.
Use the `examples/secrets/secret-pod.yaml` file to create a Pod with a container that consumes the
Use the `examples/downward-api/dapi-pod.yaml` file to create a Pod with a container that consumes the
downward API.
```shell