Distribution Custom Volumes

To add custom files or for your init container, or to make changes to the file system the Distribution container will see, use the following section for...

To add custom files or for your init container, or to make changes to the file system the Distribution container will see, use the following section for defining custom volumes in the values.yaml. By default, these values are are left empty.

Distribution

common:
  ## Add custom volumes
  customVolumes: |
  #  - name: custom-script
  #    configMap:
  #      name: custom-script

distribution:
  ## Add custom volumeMounts
  customVolumeMounts: |
  #  - name: custom-script
  #    mountPath: "/scripts/script.sh"
  #    subPath: script.sh