Skip to content

Commit

Permalink
Updated hibernation workflow linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RSAK56 committed Oct 28, 2024
1 parent db4b740 commit b20e0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/how-to-guides/hibernation-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Unlike "SLEEP" tab, hibernate requires an interval to be selected in order to do
- User can create a hibernation interval with custom schedules for when the namespace should enter sleep mode and when it should wake up.
- The schedules should be a cron value as it will be reflected below the input.
- The schedule name after creation will append the tenant name to it's end indicating the tenant it belongs to for clarification.
- Each interval is defined by a **Sleep Schedule** and a **Wake Schedule** in cron format **(e.g., "30 ** * * *" for 30 minutes past each hour)**.
- Each interval is defined by a **Sleep Schedule** and a **Wake Schedule** in cron format (e.g., `"30 * * * *"` for 30 minutes past each hour).

![createInterval](../images/createInterval.png)

Expand Down

0 comments on commit b20e0c9

Please sign in to comment.