added helmshowvalues example (#10019)
This commit is contained in:
parent
3476232f5c
commit
057c1b26fb
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ It will install the controller in the `ingress-nginx` namespace, creating that n
|
||||||
- if the ingress controller is not installed, it will install it,
|
- if the ingress controller is not installed, it will install it,
|
||||||
- if the ingress controller is already installed, it will upgrade it.
|
- if the ingress controller is already installed, it will upgrade it.
|
||||||
|
|
||||||
|
**If you want a full list of values that you can set, while installing with Helm,** then run:
|
||||||
|
|
||||||
|
```console
|
||||||
|
helm show values ingress-nginx --repo https://kubernetes.github.io/ingress-nginx
|
||||||
|
```
|
||||||
|
|
||||||
**If you don't have Helm** or if you prefer to use a YAML manifest, you can run the following command instead:
|
**If you don't have Helm** or if you prefer to use a YAML manifest, you can run the following command instead:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue