Merge pull request #6820 from tengqm/improve-env

Add another environment variable for demo
This commit is contained in:
Joseph Heck
2018-01-07 10:20:28 -08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
@@ -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`.
@@ -11,3 +11,5 @@ spec:
env:
- name: DEMO_GREETING
value: "Hello from the environment"
- name: DEMO_FAREWELL
value: "Such a sweet sorrow"