From 145b166720cc5948aa261c82d4e648209c2d3524 Mon Sep 17 00:00:00 2001 From: Ray Chang Date: Thu, 5 Jan 2023 17:37:05 +0800 Subject: [PATCH] fix: Correct formatting error in `question.yaml` file Signed-off-by: Ray Chang --- chart/questions.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index 80623db..6ced94d 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -365,7 +365,7 @@ The available volume setting options are: default: "false" - variable: defaultSettings.recurringSuccessfulJobsHistoryLimit 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." group: "Longhorn Default Settings" type: int min: 0 @@ -379,9 +379,9 @@ The available volume setting options are: default: 1 - variable: defaultSettings.supportBundleFailedHistoryLimit label: SupportBundle Failed History Limit - description: This setting specifies how many failed support bundles can exist in the cluster. + description: "This setting specifies how many failed support bundles can exist in the cluster. The retained failed support bundle is for analysis purposes and needs to clean up manually. -Set this value to **0** to have Longhorn automatically purge all failed support bundles. +Set this value to **0** to have Longhorn automatically purge all failed support bundles." group: "Longhorn Default Settings" type: int min: 0