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

13 lines
202 B
YAML
Raw Normal View History

2019-05-15 16:24:35 +00:00
apiVersion: v1
kind: Pod
metadata:
name: pod
spec:
containers:
- name: main
image: alpine:latest
2019-06-05 01:17:41 +00:00
imagePullPolicy: IfNotPresent
2019-05-15 16:24:35 +00:00
command:
- "true"
restartPolicy: Never