Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: Registry Chart URL and Default value (#283)
Browse files Browse the repository at this point in the history
* Updating nifi registry chart url
* Updating default properties.isNode to false

Signed-off-by: forrestm <[email protected]>
  • Loading branch information
forrestm authored Jan 7, 2023
1 parent b99de67 commit 2b1baf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ registry:
url: ""
port: 80
## Add values for the nifi-registry here
## ref: https://github.com/dysnix/charts/blob/master/nifi-registry/values.yaml
## ref: https://github.com/dysnix/charts/blob/main/dysnix/nifi-registry/values.yaml

# Configure metrics
metrics:
Expand Down

0 comments on commit 2b1baf9

Please sign in to comment.