From 134375bb84fbb77945371e69b828b840c109660d Mon Sep 17 00:00:00 2001 From: Forrest <11200528+forrestm@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:43:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ac2407..0fcb6ad1 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ The following table lists the configurable parameters of the nifi chart and the | `properties.sensitiveKeySetFile` | [Update Sensitive Properties Key](https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#updating-the-sensitive-properties-key) if this file does not exist, and then create it. | `nil` | | `properties.sensitiveKeyPrior` | Prior `sensitiveKey` when updating via `sensitiveKeySetFile` mechanism | `nil` | | `properties.externalSecure` | externalSecure for when inbound SSL | `false` | -| `properties.isNode` | cluster node properties (only configure for cluster nodes) | `true` | +| `properties.isNode` | cluster node properties (only configure for cluster nodes) | `false` | | `properties.httpPort` | web properties HTTP port | `8080` | | `properties.httpsPort` | web properties HTTPS port | `null` | | `properties.clusterPort` | cluster node port | `6007` |