From 1d2c89bd23c2bbdfe13c158a96a4a7b84d4a510b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 13 Nov 2023 00:30:39 +0100 Subject: [PATCH] Update persistenceBasic.yaml Signed-off-by: Kjeld Schouten --- .../questions/persistence/persistenceBasic.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/questions/persistence/persistenceBasic.yaml b/templates/questions/persistence/persistenceBasic.yaml index 216c6562d88..589588616c8 100644 --- a/templates/questions/persistence/persistenceBasic.yaml +++ b/templates/questions/persistence/persistenceBasic.yaml @@ -93,14 +93,14 @@ type: string default: 256Gi - variable: storageClass - label: storageClass (Advanced) - description: sets the storageClass to something other than iX default. Only for advanced usecases! + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' schema: show_if: [["type", "=", "pvc"]] type: string default: "" - variable: static - label: Static Fixed PVC Bindings (Experimental) + label: 'Static Fixed PVC Bindings (Experimental)' description: Link a PVC to a specific storage location schema: show_if: [["type", "=", "pvc"]] @@ -159,7 +159,7 @@ show_if: [["mode", "=", "smb"]] default: "" - variable: volumeSnapshots - label: Volume Snapshots (Experimental) + label: 'Volume Snapshots (Experimental)' description: Add an entry to the list to force creation of a volumeSnapshot of this PVC schema: show_if: [["type", "=", "pvc"]] @@ -174,13 +174,13 @@ attrs: - variable: name label: Name - description: WARNING: renaming this, means deletion of the snapshot with the old name! + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' schema: type: string default: "mysnapshot" required: true - variable: volumeSnapshotClassName - label: volumeSnapshot Class Name (Advanced) + label: 'volumeSnapshot Class Name (Advanced)' description: For use with PVCs using a non-default storageClass schema: type: string