Fix example in the "Adding ConfigMap data to a Volume" section

"special.key" does not exist in the given ConfigMap example. It should
be "special.level" instead.
This commit is contained in:
Kenny Lee Sin Cheong
2017-06-01 16:57:46 -04:00
committed by Andrew Chen
parent 35f6ce8b6f
commit d41dbfcf14
@@ -237,7 +237,7 @@ special.type
### Add ConfigMap data to a specific path in the Volume:
Use the `path` field to specify the desired file path for specific ConfigMap items.
In this case, the `special.key` item will be mounted in the `config-volume` volume at `/etc/config/keys`.
In this case, the `special.level` item will be mounted in the `config-volume` volume at `/etc/config/keys`.
```yaml
apiVersion: v1