Values for mounting the DevOps Plan Windows package into the REST API Server

Use the following values to enable to disable the DevOps Plan Windows package into the REST API server.

The below table shows the values and settings to mount the DevOps Plan Windows package into the REST API server.
Note: By default, the DevOps Plan 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 DevOps Plan Windows package in the REST API server. Accepted values are:
  • True: enables mounting the DevOps Plan Windows product package.
  • False: disables mounting the DevOps Plan Windows product package.
true
winInstall.image.repository DevOps Plan win-install Docker Image repository path. This parameter is required if winInstall.enabled=true. ccm/hcl-devopsplan-win-install
winInstall.image.tag DevOps Plan win-install Image tag. This parameter is required if winInstall.enabled=true. 3.0.4
winInstall.image.pullPolicy DevOps Plan win-install image pull policy. This parameter is required if winInstall.enabled=true. Accepted values are:
  • IfNotPresent
  • Always
IfNotPresent
winInstall.accessModes DevOps Plan win-install persistence Volume access modes. This parameter is required if winInstall.enabled=true.

ReadWriteOnce

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