Move topic to Injecting Data section. (#3622)

* Move topic to Injecting Data section.

* Move included file.
This commit is contained in:
Steve Perry
2017-05-03 12:35:15 -07:00
committed by GitHub
parent 53eb49f080
commit 7c1e0a95fb
3 changed files with 8 additions and 2 deletions
@@ -0,0 +1,13 @@
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"