argo-cd/test/e2e/testdata/hook-and-deployment/hook.yaml
2019-10-11 11:48:57 -07:00

16 lines
No EOL
312 B
YAML

apiVersion: batch/v1
kind: Job
metadata:
name: my-hook
annotations:
argocd.argoproj.io/hook: Sync
spec:
template:
spec:
containers:
- command:
- "true"
image: "alpine:3.10.2"
imagePullPolicy: IfNotPresent
name: main
restartPolicy: Never