From abc546649f5cd67dd62f763f3e7476fe3359ff20 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sat, 2 Dec 2017 10:09:38 -0300 Subject: [PATCH] Add note about annotation values --- docs/user-guide/annotations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index fdda32d37..fb33de0e2 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -51,6 +51,8 @@ The following annotations are supported: |[nginx.ingress.kubernetes.io/upstream-hash-by](#custom-nginx-upstream-hashing)|string| |[nginx.ingress.kubernetes.io/whitelist-source-range](#whitelist-source-range)|CIDR| +**Note:** all the values must be a string. In case of booleans or number it must be quoted. + ### Rewrite In some scenarios the exposed URL in the backend service differs from the specified path in the Ingress rule. Without a rewrite any request will return 404.