Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix: remove preStop hook (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk3fftk authored and catto committed Nov 19, 2018
1 parent 5e5baef commit d9475f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/pod.yaml.tim
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ spec:
name: sd-workspaces
- mountPath: /opt/sd
name: sdlauncher
lifecycle:
preStop:
exec:
command: ["/bin/bash", "-c", "sleep 2;
rm -rf /var/sd-workspaces/{{build_id_with_prefix}};
hyperctl rm builder-{{build_id_with_prefix}}"]
initContainers:
- name: launcher
image: {{launcher_image}}
Expand Down

0 comments on commit d9475f5

Please sign in to comment.