You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide an alternative way to configure nifi.properties via environment variables instead of needing to supply a nifi.properties file to NiFi. The set of supported environment variables can be found in the collection of scripts here: https://github.com/apache/nifi/tree/main/nifi-docker/dockerhub/sh
Tasks:
Determine if it's possible for nifikop to configure NiFi's properties using only environment variables. If it is, then nifikop can stop maintaining a template of nifi.properties in the code base and rely on the one that ships with NiFi. Users can still override the nifi.properties via the NifiCluster CRD.
Where possible, replace nifikop's overriding of nifi.properties with environment variables. This can be done by nifikop adding environment variables to the Pod specification.
Users may already configure environment variables via the ReadOnlyConfig.AdditionalSharedEnvs configuration, so no changes are needed to enable this.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
No
Describe the solution you'd like to see
Provide an alternative way to configure
nifi.properties
via environment variables instead of needing to supply anifi.properties
file to NiFi. The set of supported environment variables can be found in the collection of scripts here: https://github.com/apache/nifi/tree/main/nifi-docker/dockerhub/shTasks:
Determine if it's possible for nifikop to configure NiFi's properties using only environment variables. If it is, then nifikop can stop maintaining a template of
nifi.properties
in the code base and rely on the one that ships with NiFi. Users can still override thenifi.properties
via theNifiCluster
CRD.Where possible, replace nifikop's overriding of nifi.properties with environment variables. This can be done by nifikop adding environment variables to the
Pod
specification.Users may already configure environment variables via the
ReadOnlyConfig.AdditionalSharedEnvs
configuration, so no changes are needed to enable this.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: