Installing the chart

To install the chart, use the following steps:
  1. Extract the helm chart archive and customize the values.yaml. For details of the parameters that can be configured during installation see Configurable parameters.
  2. The command below shows how to install the chart with the release name my-probe using the configuration specified in the customized values.yaml. Helm searches the ibm-netcool-probe-syslogd-prod chart in the helm repository called stable. This assumes that the chart exists in the stable repository.

helm install --tls --namespace <your pre-created namespace> --name my-probe -f values.yaml stable/ibm-netcool-probe-syslogd-prod

Where: my-probe is the release name for the chart.

Tip: You can list all releases using helm list --tls or you can search for a chart using helm search.