From 8e9bdb8df8e559aa400b11b02580e5d8ee420da9 Mon Sep 17 00:00:00 2001 From: Rajadeepan D Ramesh Date: Mon, 21 Aug 2017 02:40:58 +0530 Subject: [PATCH] Fix minor typo --- controllers/nginx/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/configuration.md b/controllers/nginx/configuration.md index b018cecb2..55f4af392 100644 --- a/controllers/nginx/configuration.md +++ b/controllers/nginx/configuration.md @@ -106,7 +106,7 @@ Please check the [custom upstream check](../../examples/customization/custom-ups ### Authentication -Is possible to add authentication adding additional annotations in the Ingress rule. The source of the authentication is a secret that contains usernames and passwords inside the the key `auth`. +Is possible to add authentication adding additional annotations in the Ingress rule. The source of the authentication is a secret that contains usernames and passwords inside the key `auth`. The annotations are: ```