Add another environment variable for demo

Closes: #3815
pull/6820/head
Qiming Teng 2018-01-02 16:46:49 +08:00
parent 53e05358be
commit 91c5b85e0f
2 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ Pod:
HOSTNAME=envar-demo
...
DEMO_GREETING=Hello from the environment
DEMO_FAREWELL=Such a sweet sorrow
1. To exit the shell, enter `exit`.

View File

@ -11,3 +11,5 @@ spec:
env:
- name: DEMO_GREETING
value: "Hello from the environment"
- name: DEMO_FAREWELL
value: "Such a sweet sorrow"