Deploy GitHub Pages

This commit is contained in:
aledbf 2020-11-26 12:58:55 +00:00
parent a613170a9d
commit 4d8f3d38f4
4 changed files with 52 additions and 52 deletions

View file

@ -1578,7 +1578,7 @@ For this reason, there is an initial delay of up to two minutes until it is poss
<p>NGINX Ingress controller can be installed via <a href="https://helm.sh/">Helm</a> using the chart from the project repository.
To install the chart with the release name <code>ingress-nginx</code>:</p>
<div class="highlight"><pre><span></span><code><span class="go">helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx</span>
<span class="go">helm update</span>
<span class="go">helm repo update</span>
<span class="go">helm install my-release ingress-nginx/ingress-nginx</span>
</code></pre></div>