mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-28 20:37:17 +00:00
14 lines
No EOL
253 B
YAML
14 lines
No EOL
253 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/hook: Sync
|
|
name: hook
|
|
spec:
|
|
containers:
|
|
- command:
|
|
- "true"
|
|
image: "alpine:latest"
|
|
imagePullPolicy: IfNotPresent
|
|
name: main
|
|
restartPolicy: Never |