From 355f86ccc88eee61b8b98688a6fb145735ffb6ee Mon Sep 17 00:00:00 2001 From: Yang Chiu Date: Tue, 10 May 2022 14:13:16 +0800 Subject: [PATCH] Fix incorrect indent and missing double-quote in questions.yaml Signed-off-by: Yang Chiu --- chart/questions.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/chart/questions.yaml b/chart/questions.yaml index 6cec8a4..c12e5ef 100644 --- a/chart/questions.yaml +++ b/chart/questions.yaml @@ -498,22 +498,22 @@ WARNING: max: 40 default: 12 - variable: defaultSettings.kubernetesClusterAutoscalerEnabled - label: Kubernetes Cluster Autoscaler Enabled (Experimental) - description: "Enabling this setting will notify Longhorn that the cluster is using Kubernetes Cluster Autoscaler. - Longhorn prevents data loss by only allowing the Cluster Autoscaler to scale down a node that met all conditions: - - No volume attached to the node. - - Is not the last node containing the replica of any volume. - - Is not running backing image components pod. - - Is not running share manager components pod." - group: "Longhorn Default Settings" - type: boolean - default: false + label: Kubernetes Cluster Autoscaler Enabled (Experimental) + description: "Enabling this setting will notify Longhorn that the cluster is using Kubernetes Cluster Autoscaler. + Longhorn prevents data loss by only allowing the Cluster Autoscaler to scale down a node that met all conditions: + - No volume attached to the node. + - Is not the last node containing the replica of any volume. + - Is not running backing image components pod. + - Is not running share manager components pod." + group: "Longhorn Default Settings" + type: boolean + default: false - variable: defaultSettings.orphanAutoDeletion - label: Orphaned Data Cleanup - description: "This setting allows Longhorn to delete the orphan resource and its corresponding orphaned data automatically like stale replicas. Orphan resources on down or unknown nodes will not be cleaned up automatically. - group: "Longhorn Default Settings" - type: boolean - default: false + label: Orphaned Data Cleanup + description: "This setting allows Longhorn to delete the orphan resource and its corresponding orphaned data automatically like stale replicas. Orphan resources on down or unknown nodes will not be cleaned up automatically." + group: "Longhorn Default Settings" + type: boolean + default: false - variable: persistence.defaultClass default: "true" description: "Set as default StorageClass for Longhorn"