Merge pull request #6820 from tengqm/improve-env
Add another environment variable for demo
This commit is contained in:
commit
9a8392c1b6
|
|
@ -60,6 +60,7 @@ Pod:
|
||||||
HOSTNAME=envar-demo
|
HOSTNAME=envar-demo
|
||||||
...
|
...
|
||||||
DEMO_GREETING=Hello from the environment
|
DEMO_GREETING=Hello from the environment
|
||||||
|
DEMO_FAREWELL=Such a sweet sorrow
|
||||||
|
|
||||||
1. To exit the shell, enter `exit`.
|
1. To exit the shell, enter `exit`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,5 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: DEMO_GREETING
|
- name: DEMO_GREETING
|
||||||
value: "Hello from the environment"
|
value: "Hello from the environment"
|
||||||
|
- name: DEMO_FAREWELL
|
||||||
|
value: "Such a sweet sorrow"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue