diff --git a/foundational/ManagedLifecycle/pod.yml b/foundational/ManagedLifecycle/pod.yml index 2da40ac..abc9a66 100644 --- a/foundational/ManagedLifecycle/pod.yml +++ b/foundational/ManagedLifecycle/pod.yml @@ -21,7 +21,7 @@ spec: command: - sh - -c - - sleep 30 && echo "Wake up!" > /opt/postStart-done + - sleep 30 && echo "Wake up!" > /tmp/postStart-done # Call out to the /shutdown endpoint. Check logs for the result preStop: httpGet: