Basic-Auth doc misleading: fix double quotes leading to nginx config error (#2770)
This commit is contained in:
parent
7107e332f3
commit
6d2400ee0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue