Parameters

The parent key for all of the following parameters is storage_local_static.

namespace

type

string

default

syn-storage-local-static

The namespace in which to deploy this component.

storageClasses

type

dictionary

default

{}

Each key represents a different storage class.

reclaimPolicy

type

string

Optional, can be used to overwrite the default reclaim policy.

helmValues

type

dict

default

See class/defaults.yaml

Example

parameters:
  storage_local_static:
    deviceClasses:
      - name: ssd    # name of the storageClass
        hostDir: /mnt/fast-disks
        volumeMode: Filesystem
        fsType: ext4

    storageClasses:
      ssd:
        reclaimPolicy: Delete