Move topic to Injecting Data section. (#3623)

* Move topic to Injecting Data section.

* Update include paths.

* Remove old file.
This commit is contained in:
Steve Perry
2017-05-03 14:20:05 -07:00
committed by GitHub
parent 7c1e0a95fb
commit 6935b1c6a9
5 changed files with 7 additions and 5 deletions
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Pod
metadata:
name: secret-envars-test-pod
spec:
containers:
- name: envars-test-container
image: nginx
env:
- name: SECRET_USERNAME
valueFrom:
secretKeyRef:
name: test-secret
key: username
- name: SECRET_PASSWORD
valueFrom:
secretKeyRef:
name: test-secret
key: password