The command deploys a Telegraf daemonset on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section as well as the [values.yaml](/values.yaml) file lists the parameters that can be configured during installation.
The command deploys a Telegraf daemonset on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section as well as the [values.yaml](/values.yaml) file lists the parameters that can be configured during installation.
...
@@ -34,7 +34,7 @@ The command deploys a Telegraf daemonset on the Kubernetes cluster in the defaul
...
@@ -34,7 +34,7 @@ The command deploys a Telegraf daemonset on the Kubernetes cluster in the defaul
To uninstall/delete the `my-release` deployment:
To uninstall/delete the `my-release` deployment:
```console
```console
$helm delete my-release
helm delete my-release
```
```
The command removes all the Kubernetes components associated with the chart and deletes the release.
The command removes all the Kubernetes components associated with the chart and deletes the release.
...
@@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
...
@@ -44,7 +44,7 @@ The command removes all the Kubernetes components associated with the chart and
The default configuration parameters are listed in `values.yaml`. To change the defaults, specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
The default configuration parameters are listed in `values.yaml`. To change the defaults, specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,