From b20e0c9cc491359b378f9ea1212dfbf5a60956d4 Mon Sep 17 00:00:00 2001 From: RSAK56 Date: Mon, 28 Oct 2024 12:49:08 +0500 Subject: [PATCH] Updated hibernation workflow linting fix --- content/how-to-guides/hibernation-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/how-to-guides/hibernation-workflow.md b/content/how-to-guides/hibernation-workflow.md index 335a03603..4beef6448 100644 --- a/content/how-to-guides/hibernation-workflow.md +++ b/content/how-to-guides/hibernation-workflow.md @@ -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)