argo-cd/test/e2e/testdata/hook/hook.yaml

14 lines
253 B
YAML
Raw Normal View History

2019-05-15 16:24:35 +00:00
apiVersion: v1
kind: Pod
metadata:
annotations:
argocd.argoproj.io/hook: Sync
name: hook
spec:
containers:
- command:
- "true"
image: "alpine:latest"
2019-06-05 01:17:41 +00:00
imagePullPolicy: IfNotPresent
2019-05-15 16:24:35 +00:00
name: main
restartPolicy: Never