Skip to content

Commit

Permalink
Merge pull request #55 from jan-kolarik/managed-lifecycle-fix-poststa…
Browse files Browse the repository at this point in the history
…rt-file

Fix path to a postStart marker file
  • Loading branch information
rhuss authored Apr 29, 2024
2 parents 3b67a32 + 40e7236 commit 35bf535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundational/ManagedLifecycle/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35bf535

Please sign in to comment.