argo-cd/test/e2e/testdata/kustomize/pod.yaml

12 lines
201 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: pod
spec:
containers:
- name: main
2019-10-11 18:48:57 +00:00
image: alpine:3.10.2
imagePullPolicy: IfNotPresent
command:
- "true"
restartPolicy: Never