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