mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-03 22:58:21 +00:00
15 lines
259 B
YAML
15 lines
259 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Pod
|
||
|
|
metadata:
|
||
|
|
name: pod-1
|
||
|
|
labels:
|
||
|
|
foo: bar
|
||
|
|
spec:
|
||
|
|
containers:
|
||
|
|
- name: main
|
||
|
|
image: quay.io/argoprojlabs/argocd-e2e-container:0.1
|
||
|
|
imagePullPolicy: IfNotPresent
|
||
|
|
command:
|
||
|
|
- "true"
|
||
|
|
restartPolicy: Never
|