Skip to content

Commit

Permalink
Fix path to a postStart marker file
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Mar 27, 2024
1 parent cb30d35 commit 40e7236
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 40e7236

Please sign in to comment.