docs: fix typo'd executible name (#8041)

In "Checking ingress controller version", the paragraph cites the incorrect name for the executable (the one in the code block is correct).
This commit fixes that inconsistency.
This commit is contained in:
Noelle Leigh 2021-12-23 14:50:10 -05:00 committed by GitHub
parent faf6724f19
commit ca801b45fd

View file

@ -295,7 +295,7 @@ For more information about bare metal deployments (and how to use port 80 instea
### Checking ingress controller version
Run `ingress-nginx-controller --version` within the pod, for instance with `kubectl exec`:
Run `/nginx-ingress-controller --version` within the pod, for instance with `kubectl exec`:
```console
POD_NAMESPACE=ingress-nginx