Update persistenceList.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2023-11-13 00:30:18 +01:00 committed by GitHub
parent 9392c4c24f
commit 3d567b94c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -119,14 +119,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"]]
@ -185,7 +185,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"]]
@ -200,13 +200,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