docs(index): fix typo helm value example (#7734)

This commit is contained in:
Zackky Muhammad 2021-10-04 04:59:07 +08:00 committed by GitHub
parent 35fe26faaf
commit b219555e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,6 @@ Bear in mind that, if your `Ingress-Nginx-Controller-nginx2` is started with the
--set controller.ingressClassResource.name=nginx-2 \
--set controller.ingressClassResource.controllerValue= "k8s.io/ingress-nginx-2" \
--set controller.ingressClassResource.enabled=true \
--set controller.IngressClassByName=true
--set controller.ingressClassByName=true
```
- If you need to install yet another instance, then repeat the procedure to create a new namespace, change the values like names & namespaces (for example from "-2" to "-3"), or anything else that meets your needs.