mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-28 20:37:17 +00:00
12 lines
202 B
YAML
12 lines
202 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: pod
|
|
spec:
|
|
containers:
|
|
- name: main
|
|
image: alpine:latest
|
|
imagePullPolicy: IfNotPresent
|
|
command:
|
|
- "true"
|
|
restartPolicy: Never
|