From 6d2400ee0fcd29390db24091edef07ccee73c881 Mon Sep 17 00:00:00 2001 From: Christian Ingenhaag Date: Mon, 16 Jul 2018 20:22:19 +0200 Subject: [PATCH] Basic-Auth doc misleading: fix double quotes leading to nginx config error (#2770) --- docs/examples/auth/basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/auth/basic/README.md b/docs/examples/auth/basic/README.md index 00757f69a..15e0a7eeb 100644 --- a/docs/examples/auth/basic/README.md +++ b/docs/examples/auth/basic/README.md @@ -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