The command deploys Chronograf on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...
...
@@ -88,7 +89,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
The command deploys InfluxDB on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...
...
@@ -52,7 +53,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
The command deploys Kapacitor on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...
...
@@ -73,7 +74,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
The command deploys Telegraf on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
...
...
@@ -43,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
The default configuration parameters are listed in `values.yaml`.
```console
$ helm install--name telegraf stable/telegraf
$ helm install--name telegraf influxdata/telegraf
```
Outputs and inputs are configured as arrays of key/value dictionaries. Additional examples and defaults can be found in [values.yaml](values.yaml)