Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-07-19 03:23:20 +00:00
parent cf02fca93e
commit 03330466c1
8 changed files with 61 additions and 60 deletions

View file

@ -1076,7 +1076,7 @@ It's important the file generated is named <code class="codehilite">auth</code>
<span class="gp"> #</span> name of the secret that contains the user/password definitions
<span class="go"> nginx.ingress.kubernetes.io/auth-secret: basic-auth</span>
<span class="gp"> #</span> message to display with an appropriate context why the authentication is required
<span class="go"> nginx.ingress.kubernetes.io/auth-realm: &quot;Authentication Required - foo&quot;</span>
<span class="go"> nginx.ingress.kubernetes.io/auth-realm: &#39;Authentication Required - foo&#39;</span>
<span class="go">spec:</span>
<span class="go"> rules:</span>
<span class="go"> - host: foo.bar.com</span>