github.com/argoproj/argo-cd/v2@v2.10.5/test/e2e/testdata/multiple-source-values/pod-1.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: pod-1
     5    labels:
     6      foo: bar
     7  spec:
     8    containers:
     9      - name: main
    10        image: quay.io/argoprojlabs/argocd-e2e-container:0.1
    11        imagePullPolicy: IfNotPresent
    12        command:
    13          - "true"
    14    restartPolicy: Never