Installing the chart

To install the chart, use the following steps:

  1. Extract the helm chart archive and customize values.yaml. The configuration section lists the parameters that can be configured during installation.
  2. Install the chart with the release name my-probe using the configuration specified in the customized values.yaml using following command:

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

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

    Helm searches for the ibm-netcool-probe chart in the helm repository called stable. 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 on the Kubernetes cluster using a default configuration. For a list of the parameters that you can configure during installation see Configurable parameters.