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

Update nifi.properties #194

Merged
merged 3 commits into from
Nov 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2
name: nifi
version: 1.0.2
version: 1.0.3
appVersion: 1.14.0
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion configs/nifi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ nifi.security.user.knox.audiences=

# cluster common properties (all nodes must have same values) #
nifi.cluster.protocol.heartbeat.interval=5 sec
nifi.cluster.protocol.is.secure={{.Values.properties.clusterSecure}}
nifi.cluster.protocol.is.secure=true

# cluster node properties (only configure for cluster nodes) #
nifi.cluster.is.node={{.Values.properties.isNode}}
Expand Down