fix: refine the indentation

The indentation of chart/questions.yaml in
`variable: defaultSettings.restoreVolumeRecurringJobs` is not
corrcet.

ref: 5196

Signed-off-by: James Lu <james.lu@suse.com>
(cherry picked from commit b06ce86784)
This commit is contained in:
James Lu 2023-01-04 10:18:06 +08:00 committed by David Ko
parent 42c23e0a51
commit 5fd2416e40

View File

@ -353,16 +353,16 @@ Disabling **Backupstore Poll Interval** also means to disable failed backup auto
min: 0 min: 0
default: 1440 default: 1440
- variable: defaultSettings.restoreVolumeRecurringJobs - variable: defaultSettings.restoreVolumeRecurringJobs
label: Restore Volume Recurring Jobs label: Restore Volume Recurring Jobs
description: "Restore recurring jobs from the backup volume on the backup target and create recurring jobs if not exist during a backup restoration. description: "Restore recurring jobs from the backup volume on the backup target and create recurring jobs if not exist during a backup restoration.
Longhorn also supports individual volume setting. The setting can be specified on Backup page when making a backup restoration, this overrules the global setting. Longhorn also supports individual volume setting. The setting can be specified on Backup page when making a backup restoration, this overrules the global setting.
The available volume setting options are: The available volume setting options are:
- **ignored**. This is the default option that instructs Longhorn to inherit from the global setting. - **ignored**. This is the default option that instructs Longhorn to inherit from the global setting.
- **enabled**. This option instructs Longhorn to restore recurring jobs/groups from the backup target forcibly. - **enabled**. This option instructs Longhorn to restore recurring jobs/groups from the backup target forcibly.
- **disabled**. This option instructs Longhorn no restoring recurring jobs/groups should be done." - **disabled**. This option instructs Longhorn no restoring recurring jobs/groups should be done."
group: "Longhorn Default Settings" group: "Longhorn Default Settings"
type: boolean type: boolean
default: "false" default: "false"
- variable: defaultSettings.recurringSuccessfulJobsHistoryLimit - variable: defaultSettings.recurringSuccessfulJobsHistoryLimit
label: Cronjob Successful Jobs History Limit label: Cronjob Successful Jobs History Limit
description: "This setting specifies how many successful backup or snapshot job histories should be retained. History will not be retained if the value is 0.", description: "This setting specifies how many successful backup or snapshot job histories should be retained. History will not be retained if the value is 0.",