Skip to content

Commit 1fc5153

Browse files
authored
feat: remove wait-for job (#1702)
1 parent d49c16c commit 1fc5153

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

helmfile.d/helmfile-21.wait.yaml

-39
This file was deleted.

helmfile.d/snippets/templates.gotmpl

-9
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,3 @@ templates:
5151
- OnSpecChange
5252
values:
5353
- ../values/jobs/{{ .Release.Name | replace "job-" "" }}.gotmpl
54-
wait: &wait
55-
chart: ../charts/wait-for
56-
hooks:
57-
- events: [presync]
58-
showlogs: true
59-
command: ../bin/job-presync.sh
60-
args:
61-
- '{{ .Release.Name }}'
62-
- OnSpecChange

0 commit comments

Comments
 (0)