Basic-Auth doc misleading: fix double quotes leading to nginx config error (#2770)

This commit is contained in:
Christian Ingenhaag 2018-07-16 20:22:19 +02:00 committed by Manuel Alejandro de Brito Fontes
parent 7107e332f3
commit 6d2400ee0f

View file

@ -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