Skip to content

Commit

Permalink
Basic-Auth doc misleading: fix double quotes leading to nginx config …
Browse files Browse the repository at this point in the history
…error (kubernetes#2770)
  • Loading branch information
chrisingenhaag authored and aledbf committed Jul 16, 2018
1 parent 7107e33 commit 6d2400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/auth/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ metadata:
# name of the secret that contains the user/password definitions
nginx.ingress.kubernetes.io/auth-secret: basic-auth
# message to display with an appropriate context why the authentication is required
nginx.ingress.kubernetes.io/auth-realm: "Authentication Required - foo"
nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required - foo'
spec:
rules:
- host: foo.bar.com
Expand Down

0 comments on commit 6d2400e

Please sign in to comment.