diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index b75301a70..52214287e 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -1,6 +1,3 @@ -|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | Work in progress. Please do not use it until we release an official version. | -|---|---| - # ingress-nginx [ingress-nginx](https://github.com/kubernetes/ingress-nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration. @@ -11,7 +8,7 @@ To use, add the `kubernetes.io/ingress.class: nginx` annotation to your Ingress ```console $ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx -$ helm install ingress-nginx +$ helm install my-release ingress-nginx/ingress-nginx ``` ## Introduction @@ -27,7 +24,7 @@ This chart bootstraps an ingress-nginx deployment on a [Kubernetes](http://kuber To install the chart with the release name `my-release`: ```console -$ helm install --name my-release ingress-nginx +$ helm install --name my-release ingress-nginx/ingress-nginx ``` The command deploys ingress-nginx on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. diff --git a/docs/deploy/index.md b/docs/deploy/index.md index bb84ced2b..81b9a250a 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -175,7 +175,7 @@ To install the chart with the release name `ingress-nginx`: ```console helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx -helm install my-release-name ingress-nginx +helm install my-release ingress-nginx/ingress-nginx ``` If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag