From 0cd6d722afa280918794d2f6381b554a2126a325 Mon Sep 17 00:00:00 2001 From: tabjer Date: Mon, 12 Jul 2021 09:20:52 +0800 Subject: [PATCH] Updated ingress documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aae3ed84..3070cc87 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ The following variables are customizable when `ingress_type=ingress`. The `ingre | ingress_annotations | Ingress annotations | Empty string | | ingress_tls_secret | Secret that contains the TLS information | Empty string | | hostname | Define the FQDN | {{ meta.name }}.example.com | +| ingress_path | Define the ingress path to the service | / | ```yaml ---