github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/hook/hook.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    annotations:
     5      argocd.argoproj.io/hook: Sync
     6    name: hook
     7  spec:
     8    containers:
     9      - command:
    10          - "true"
    11        image: "alpine:latest"
    12        imagePullPolicy: IfNotPresent
    13        name: main
    14    restartPolicy: Never