Skip to content

Commit b4ebe00

Browse files
author
Alexander Matyushentsev
authored
Fix broken pre-post-sync example (argoproj#37)
1 parent 1ccdee0 commit b4ebe00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pre-post-sync/kustomization.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
namePrefix: pre-post-sync-
22

3+
bases:
4+
- ../kustomize-guestbook
5+
36
resources:
4-
- ../guestbook/guestbook-ui-deployment.yaml
5-
- ../guestbook/guestbook-ui-svc.yaml
67
- pre-sync-job.yaml
78
- post-sync-job.yaml

0 commit comments

Comments
 (0)