Skip to content

Commit

Permalink
chore: purge remnants of bash-based workerpool watcher
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Mitchell <nickm@us.ibm.com>
  • Loading branch information
starpit committed Aug 12, 2024
1 parent 3608b66 commit c80ef50
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
1 change: 0 additions & 1 deletion charts/workerpool/templates/containers/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
{{- end }}
{{- include "queue/volumeMount" . | indent 4 }}
{{- include "workdir/volumeMount" . | indent 4 }}
{{- include "watcher/volumeMount" . | indent 4 }}
resources:
limits:
{{- if and .Values.cpu (ne (.Values.workers.cpu | quote) "\"auto\"") (ne (.Values.workers.cpu | quote) "0") }}
Expand Down
1 change: 0 additions & 1 deletion charts/workerpool/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ spec:
{{- end }}
{{- include "queue/volume" . | indent 8 }}
{{- include "workdir/volume" . | indent 8 }}
{{- include "watcher/volume" . | indent 8 }}
initContainers:
{{- include "containers/workdir" . | indent 8 }}
{{- include "containers/watcher" . | indent 8 }}
Expand Down
23 changes: 0 additions & 23 deletions charts/workerpool/templates/watcher-volumes.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/workerpool/templates/watcher.yaml

This file was deleted.

0 comments on commit c80ef50

Please sign in to comment.