Move topic to Inject Data section. (#3635)

This commit is contained in:
Steve Perry
2017-05-04 11:08:41 -07:00
committed by GitHub
parent 15bc72e475
commit 1cc0b4b93a
3 changed files with 5 additions and 2 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: command-demo
labels:
purpose: demonstrate-command
spec:
containers:
- name: command-demo-container
image: debian
command: ["printenv"]
args: ["HOSTNAME", "KUBERNETES_PORT"]