metal-stack / csi-driver-lvm

MIT License
120 stars 25 forks source link

feat: add option to disable StorageClass provisioning and add additional annotations #65

Closed hojerst closed 2 years ago

hojerst commented 2 years ago

added values flags to disable individual StorageClass instances. Also added the option to add annotations to the StorageClass instances:

storageClasses:
  linear:
    enabled: true
    additionalAnnotations: []
    # this might be used to mark one of the StorageClasses as default:
    # storageclass.kubernetes.io/is-default-class: "true"
  striped:
    enabled: true
    additionalAnnotations: []
  mirror:
    enabled: true
    additionalAnnotations: []