Deploy GitHub Pages

This commit is contained in:
k8s-ci-robot 2020-04-29 13:13:14 +00:00
parent 724e1a6faa
commit 49a241a38a
4 changed files with 52 additions and 52 deletions

View file

@ -1559,8 +1559,8 @@ To install the chart with the release name <code>ingress-nginx</code>:</p>
</code></pre></div>
<p>If you are using <a href="https://v2.helm.sh/">Helm 2</a> then specify release name using <code>--name</code> flag</p>
<div class="highlight"><pre><span></span><code><span class="go">helm repo add https://kubernetes.github.io/ingress-nginx/</span>
<span class="go">helm install --name ingress-nginx</span>
<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 install --name ingress-nginx ingress-nginx/ingress-nginx</span>
</code></pre></div>
<h2 id="detect-installed-version_1">Detect installed version:<a class="headerlink" href="#detect-installed-version_1" title="Permanent link"></a></h2>