The module is not enabled by default in any bundles.

How to explicitly enable the module…

Set the spec.enabled module parameter to true or false to explicitly enable or disable the module.

Example of enabling the ceph-csi module:

apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
  name: ceph-csi
spec:
  enabled: true

Example of disabling the ceph-csi module:

apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
  name: ceph-csi
spec:
  enabled: false