argo-cd/test/e2e/testdata/kustomize/pod.yaml
2019-10-11 11:48:57 -07:00

12 lines
No EOL
201 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: pod
spec:
containers:
- name: main
image: alpine:3.10.2
imagePullPolicy: IfNotPresent
command:
- "true"
restartPolicy: Never