diff --git a/docs/enterprise/updating-apps.mdx b/docs/enterprise/updating-apps.mdx index 02d7a74107..c8edeeba4c 100644 --- a/docs/enterprise/updating-apps.mdx +++ b/docs/enterprise/updating-apps.mdx @@ -34,7 +34,7 @@ To configure automatic updates: To turn off automatic updates, select **Never**. - To define a custom cadence, select **Custom**, then enter a cron expression in the text field. For more information about cron expressions, see [Cron Expressions](/reference/cron-expressions) in _Reference_. Configured automatic update checks use the local server time. + To define a custom cadence, select **Custom**, then enter a cron expression in the text field. For more information about cron expressions, see [Cron Expressions](/reference/cron-expressions). Configured automatic update checks use the local server time.  diff --git a/docs/reference/cron-expressions.md b/docs/reference/cron-expressions.md index 8de007079b..1420e06223 100644 --- a/docs/reference/cron-expressions.md +++ b/docs/reference/cron-expressions.md @@ -1,6 +1,8 @@ # Cron Expressions -This topic describes the supported cron expressions that youc an use to schedule automatic application update checks and automatic backups in the Replicated admin console. For more information, see [Configuring Automatic Updates](/enterprise/updating-apps) and [Schedule Automatic Backups](/enterprise/snapshots-creating#schedule-automatic-backups) in _Creating and Scheduling Backups_. +This topic describes the supported cron expressions that you can use to schedule automatic application update checks and automatic backups in the KOTS Admin Console. + +For more information, see [Configuring Automatic Updates](/enterprise/updating-apps) and [Schedule Automatic Backups](/enterprise/snapshots-creating#schedule-automatic-backups) in _Creating and Scheduling Backups_. ## Syntax @@ -122,7 +124,7 @@ You can use one of the following predefined schedule values instead of a cron ex
Selects the default schedule option (every 4 hours). Begins when the admin console starts up.
This value can be useful when you are calling the API directly or are editing the KOTS configuration manually.
Selects the default schedule option (every 4 hours). Begins when the Admin Console starts up.
This value can be useful when you are calling the API directly or are editing the KOTS configuration manually.