From 95d9b25d4670fdbd89bfc8dbaba44b53310bdfab Mon Sep 17 00:00:00 2001 From: Greg Swallow Date: Tue, 30 May 2023 10:49:58 -0600 Subject: [PATCH] Update index.md --- docs/deploy/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index e33ee5dbe..5729d338a 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -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 already installed, it will upgrade it. +**If you want a full list of values you can set while installing with Helm,** 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: ```console