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
commit 9a8392c1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"