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 type: string
default: 256Gi default: 256Gi
- variable: storageClass - variable: storageClass
label: storageClass (Advanced) label: 'storageClass (Advanced)'
description: sets the storageClass to something other than iX default. Only for advanced usecases! description: 'sets the storageClass to something other than iX default. Only for advanced usecases!'
schema: schema:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
type: string type: string
default: "" default: ""
- variable: static - variable: static
label: Static Fixed PVC Bindings (Experimental) label: 'Static Fixed PVC Bindings (Experimental)'
description: Link a PVC to a specific storage location description: Link a PVC to a specific storage location
schema: schema:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
@ -185,7 +185,7 @@
show_if: [["mode", "=", "smb"]] show_if: [["mode", "=", "smb"]]
default: "" default: ""
- variable: volumeSnapshots - 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 description: Add an entry to the list to force creation of a volumeSnapshot of this PVC
schema: schema:
show_if: [["type", "=", "pvc"]] show_if: [["type", "=", "pvc"]]
@ -200,13 +200,13 @@
attrs: attrs:
- variable: name - variable: name
label: 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: schema:
type: string type: string
default: "mysnapshot" default: "mysnapshot"
required: true required: true
- variable: volumeSnapshotClassName - variable: volumeSnapshotClassName
label: volumeSnapshot Class Name (Advanced) label: 'volumeSnapshot Class Name (Advanced)'
description: For use with PVCs using a non-default storageClass description: For use with PVCs using a non-default storageClass
schema: schema:
type: string type: string