parent
53e05358be
commit
91c5b85e0f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue