We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de40ae commit 4143a1fCopy full SHA for 4143a1f
docs/content/overview/product-telemetry.md
@@ -66,12 +66,12 @@ Product telemetry can be disabled when installing NGINX Ingress Controller.
66
67
### Helm
68
69
-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`.
70
71
This can be set directly in the `values.yaml` file, or using the `--set` option
72
73
```shell
74
-helm upgrade --install ... --set controller.telemetry.enable=false
+helm upgrade --install ... --set controller.telemetryReporting.enable=false
75
```
76
77
---
0 commit comments