Files
website/docs/tasks/inject-data-application/commands.yaml
T
2017-05-04 11:08:41 -07:00

13 lines
238 B
YAML

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"]