2019-08-02 18:39:24 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Pod
|
|
|
|
|
metadata:
|
|
|
|
|
name: pod
|
|
|
|
|
spec:
|
|
|
|
|
containers:
|
|
|
|
|
- name: main
|
2022-07-11 18:04:29 +00:00
|
|
|
image: quay.io/argoprojlabs/argocd-e2e-container:0.1
|
2019-08-02 18:39:24 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
command:
|
|
|
|
|
- "true"
|
|
|
|
|
restartPolicy: Never
|