From 40e723646f9832591f8c72f02258e4e2d2cc6282 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Wed, 27 Mar 2024 08:52:10 +0100 Subject: [PATCH] Fix path to a postStart marker file --- foundational/ManagedLifecycle/pod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: