Skip to content

Commit 4143a1f

Browse files
Jim RyanAlexFenlon
authored andcommitted
change telemetry to telemetryReporting in docs (#5855)
change telemetry to telemetryReporting
1 parent 4de40ae commit 4143a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/overview/product-telemetry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ Product telemetry can be disabled when installing NGINX Ingress Controller.
6666

6767
### Helm
6868

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

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

7373
```shell
74-
helm upgrade --install ... --set controller.telemetry.enable=false
74+
helm upgrade --install ... --set controller.telemetryReporting.enable=false
7575
```
7676

7777
---

0 commit comments

Comments
 (0)