Skip to content

Commit

Permalink
Fix annotation for pre-post sync example
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Dec 3, 2018
1 parent d9c52b4 commit 62c4539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pre-post-sync/components/post-sync-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
generateName: after-
annotations:
argocd.argoproj.io/hook: PostSync
argocd.argoproj.io/hook-delete-policy: OnSuccess
argocd.argoproj.io/hook-delete-policy: HookSucceeded
spec:
template:
spec:
Expand Down
2 changes: 1 addition & 1 deletion pre-post-sync/components/pre-sync-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
generateName: before-
annotations:
argocd.argoproj.io/hook: PreSync
argocd.argoproj.io/hook-delete-policy: OnSuccess
argocd.argoproj.io/hook-delete-policy: HookSucceeded
spec:
template:
spec:
Expand Down

0 comments on commit 62c4539

Please sign in to comment.