Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading