Additional Helm parameters
You can find the information about Helm parameters that you can use during the installation of HCL DevOps Loop.
As a system administrator, you must complete the additional configuration for the
solution by using Helm parameters. Each Helm parameter that is specific to the solution
is prefixed by its Helm chart name as follows:
- Plan:
hcl-devopsplan-prod - Test:
hcl-devops - Deploy:
hcl-launch-server-prod - Measure:
hcl-velocity
For example, to configure a property in Plan, use the following
command:
bash
--set hcl-devopsplan-prod.property=valueYou can run the following commands to view the required parameters:
- Plan: helm show readme hcl-helm/hcl-devopsplan-prod # DevOps Plan
- Deploy: helm show readme hcl-helm/hcl-launch-server-prod # DevOps Deploy
- Test: helm show readme hcl-helm/hcl-devops # DevOps Test
- Measure and Release: helm show readme hcl-helm/hcl-velocity # DevOps Velocity
