Installing the chart
To install the chart, use the following steps:
- Extract the helm chart archive and customize values.yaml. The configuration section lists the parameters that can be configured during installation.
- Install the chart with the release name
my-tivolieif-probeusing the configuration specified in the customized values.yaml using following command:helm install --tls --namespace <your pre-created namespace> --name my-tivolieif-probe -f values.yaml stable/ibm-netcool-probe-tivolieif-prodWhere:
my-tivolieif-probeis the release name for the chart.Helm searches for the
ibm-netcool-probechart in the helm repository calledstable. This assumes that the chart exists in the stable repository.
Tip: You can list all releases using
helm list --tls or you can search
for a chart using helm search.The command deploys the probe on the Kubernetes cluster using a default configuration. For a list of the parameters that you can configure during installation see Configurable parameters.