From b87c5ff39d22890ffe002a537f10c968c32c7574 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Wed, 13 Sep 2017 21:16:55 -0400 Subject: [PATCH] fix --- docs/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/README.md b/docs/faq/README.md index d88bac86b..08e5a1b56 100644 --- a/docs/faq/README.md +++ b/docs/faq/README.md @@ -69,7 +69,7 @@ spec: servicePort: 80 ``` -The GCE controller will only act on Ingresses with the annotation value of "gce" or empty string "", the default value if the annotation is omitted. +The GCE controller will only act on Ingresses with the annotation value of "gce" or empty string "" (the default value if the annotation is omitted). The nginx controller will only act on Ingresses with the annotation value of "nginx".