Values for mounting the HCL Compass Windows package into the REST API Server

Use the following values to enable to disable the HCL Compass Windows package into the REST API server.

The below table shows the values and settings to mount the HCL Compass Windows package into the REST API server.
Note: By default, the HCL Compass solution Helm chart sets the persistent volume. If your Kubernetes environment does not provide default StorageClass, you must create your own default StorageClass and name it persistence.storageClass. Otherwise, you must set winInstall.enabled=false.
Table 1. Windows package mount settings
Parameter Description Default value
winInstall.enabled This parameter enables mounting the HCL Compass Windows package in the REST API server. Accepted values are:
  • True: enables mounting the HCL Compass Windows product package.
  • False: disables mounting the HCL Compass Windows product package.
true
winInstall.image.repository HCL Compass win-install Docker Image repository path. This parameter is required if winInstall.enabled=true. ccm/hcl-compass-win-install
winInstall.image.tag HCL Compass win-install Image tag. This parameter is required if winInstall.enabled=true. 2.2.0
winInstall.image.pullPolicy HCL Compass win-install image pull policy. This parameter is required if winInstall.enabled=true. Accepted values are:
  • IfNotPresent
  • Always
IfNotPresent
winInstall.accessModes HCL Compass win-install persistence Volume access modes. This parameter is required if winInstall.enabled=true.

ReadWriteOnce

winInstall.size HCL Compass win-install persistence Volume size. This parameter is required if winInstall.enabled=true. 2Gi
winInstall.reclaimPolicy HCL Compass win-install Volume reclaim policy. This parameter is required if winInstall.enabled=true. Retain
winInstall.existingClaim HCL Compass win-install persistence Volume existing claim. ""