Fix ENVVAR syntax link

pull/635/head
Eyal Levin 2016-06-08 16:47:17 +03:00
parent d049bc38a4
commit 5b256c4a41
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ spec: # specification of the pods contents
args: ["/bin/echo \"${MESSAGE}\""]
```
However, a shell isn't necessary just to expand environment variables. Kubernetes will do it for you if you use [`$(ENVVAR)` syntax](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/expansion):
However, a shell isn't necessary just to expand environment variables. Kubernetes will do it for you if you use [`$(ENVVAR)` syntax](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/expansion.md):
```yaml
command: ["/bin/echo"]