Fix ENVVAR syntax link
parent
d049bc38a4
commit
5b256c4a41
|
@ -83,7 +83,7 @@ spec: # specification of the pod’s contents
|
||||||
args: ["/bin/echo \"${MESSAGE}\""]
|
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
|
```yaml
|
||||||
command: ["/bin/echo"]
|
command: ["/bin/echo"]
|
||||||
|
|
Loading…
Reference in New Issue