diff --git a/modules/administration-guide/pages/devworkspace-backup.adoc b/modules/administration-guide/pages/devworkspace-backup.adoc index 35bf5f10b3..5794af02c0 100644 --- a/modules/administration-guide/pages/devworkspace-backup.adoc +++ b/modules/administration-guide/pages/devworkspace-backup.adoc @@ -20,6 +20,7 @@ You can configure the backup by using the `DevWorkspaceOperatorConfig` resource * `enable`: Set to `true` to enable the backup job or `false` to disable it. The default value is `false`. * `schedule`: A Cron expression that defines the backup frequency. The default value is `"0 1 * * *"`. +* `backoffLimit`: The value of the backup job's `spec.backoffLimit`, which specifies the number of retries before marking this job failed. The default value for the backups jobs is `1`. * `registry.path`: The base registry location for backup archives. + The value for `registry.path` is the first segment of the final location. The full path is assembled dynamically by using the workspace name and the `:latest` tag in the following pattern: