Skip to content

Commit

Permalink
change telemetry to telemetryReporting in docs (#5855)
Browse files Browse the repository at this point in the history
change telemetry to telemetryReporting
  • Loading branch information
j1m-ryan authored and AlexFenlon committed Jul 1, 2024
1 parent 4de40ae commit 4143a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/overview/product-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ Product telemetry can be disabled when installing NGINX Ingress Controller.

### Helm

When installing or upgrading NGINX Ingress Controller with Helm, set the `controller.telemetry.enable` option to `false`.
When installing or upgrading NGINX Ingress Controller with Helm, set the `controller.telemetryReporting.enable` option to `false`.

This can be set directly in the `values.yaml` file, or using the `--set` option

```shell
helm upgrade --install ... --set controller.telemetry.enable=false
helm upgrade --install ... --set controller.telemetryReporting.enable=false
```

---
Expand Down

0 comments on commit 4143a1f

Please sign in to comment.