From 98eb9a0d733f5cfd45e3cffe9e865214efdb9c9a Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Tue, 21 Jan 2020 13:58:31 +0100 Subject: [PATCH] update readme for #22 --- README.md | 2 +- values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b5371e6..f2159107 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ The following table lists the configurable parameters of the nifi chart and the | **Ingress** | | `ingress.enabled` | Enables Ingress | `false` | | `ingress.annotations` | Ingress annotations | `{}` | -| `ingress.path` | Path to access frontend | `/` | +| `ingress.path` | Path to access frontend (See issue [#22](https://github.com/cetic/helm-nifi/issues/22)) | `/` | | `ingress.hosts` | Ingress hosts | `[]` | | `ingress.tls` | Ingress TLS configuration | `[]` | | **Persistence** | diff --git a/values.yaml b/values.yaml index ead8ce85..d1afc2fa 100644 --- a/values.yaml +++ b/values.yaml @@ -97,6 +97,7 @@ ingress: tls: [] hosts: [] path: / + # If you want to change the default path, see this issue https://github.com/cetic/helm-nifi/issues/22 # Amount of memory to give the NiFi java heap jvmMemory: 2g