Skip to content

Commit

Permalink
Fix broken pre-post-sync example (argoproj#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored Aug 26, 2019
1 parent 1ccdee0 commit b4ebe00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pre-post-sync/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
namePrefix: pre-post-sync-

bases:
- ../kustomize-guestbook

resources:
- ../guestbook/guestbook-ui-deployment.yaml
- ../guestbook/guestbook-ui-svc.yaml
- pre-sync-job.yaml
- post-sync-job.yaml

0 comments on commit b4ebe00

Please sign in to comment.