docs(index): fix typo helm value example (#7734)
This commit is contained in:
parent
35fe26faaf
commit
b219555e75
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue