7c1e0a95fb
* Move topic to Injecting Data section. * Move included file.
14 lines
272 B
YAML
14 lines
272 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: envar-demo
|
|
labels:
|
|
purpose: demonstrate-envars
|
|
spec:
|
|
containers:
|
|
- name: envar-demo-container
|
|
image: gcr.io/google-samples/node-hello:1.0
|
|
env:
|
|
- name: DEMO_GREETING
|
|
value: "Hello from the environment"
|