github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/kustomize/pod.yaml (about) 1 apiVersion: v1 2 kind: Pod 3 metadata: 4 name: pod 5 spec: 6 containers: 7 - name: main 8 image: alpine:3.10.2 9 imagePullPolicy: IfNotPresent 10 command: 11 - "true" 12 restartPolicy: Never