Installing the chart
To install the chart, use the following steps:
- Extract the helm chart archive and customize the values.yaml. For details of the parameters that can be configured during installation see Configurable parameters.
- The command below shows how to install the chart with the release name
my-probeusing the configuration specified in the customizedvalues.yaml. Helm searches theibm-netcool-probe-syslogd-prodchart in the helm repository calledstable. This assumes that the chart exists in thestablerepository.
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.