From 3d126924ed1328faa5a02c6307db8331fcc405c9 Mon Sep 17 00:00:00 2001 From: dkwon17 Date: Fri, 20 Mar 2026 22:47:31 +0000 Subject: [PATCH] Update backup config docs to mention backoffLimit Signed-off-by: dkwon17 --- modules/administration-guide/pages/devworkspace-backup.adoc | 1 + 1 file changed, 1 insertion(+) 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: