cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 225 forks source link

Support custom processors #78

Closed banzo closed 4 years ago

banzo commented 4 years ago

Feature request: ability to add a custom processor to Nifi.

We would have a way to provide the .nar files for the custom processors to the chart so that those files are available in the $ NIFI_HOME/lib folder.

Using postaction as we did for the PostgreSQL driver is not applicable since the processors need to be available at Nifi startup, so maybe we could have a new volume for the $NIFI_HOME/lib folder.

alexnuttinck commented 4 years ago

@banzo you can use extraVolumes for that: https://github.com/cetic/helm-nifi/blob/master/values.yaml#L229