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 d5fd674313
commit d6284d1672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ For more information about bare metal deployments (and how to use port 80 instea
### Checking ingress controller version ### 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 ```console
POD_NAMESPACE=ingress-nginx POD_NAMESPACE=ingress-nginx