question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cetic/helm-nifi apache/nifi docker environment variables

See original GitHub issue

Is your feature request related to a problem? Please describe. I am trying to pass in environment variables that the parent apache/nifi docker image supports, but seem to be disregarded by helm. Specifically NIFI_VARIABLE_REGISTRY_PROPERTIES which sets the value of the nifi.variable.registry.properties= property in the /opt/nifi/nifi-current/conf/nifi.properties file. Executing as a simple docker docker run -e NIFI_VARIABLE_REGISTRY_PROPERTIES=/opt/nifi/nifi-current/conf/custom/registry-secret.properties apache/nifi the value is set correctly from the entrypoint start.sh script

Describe the solution you’d like Support parent Dockerfile env vars Could also expose a value to override the nifi.variable.registry.properties property by adding a call to prop_replace

prop_replace nifi.variable.registry.properties ${NIFI_VARIABLE_REGISTRY_PROPERTIES}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
alexnuttinckcommented, Dec 6, 2019

Merged in 0.2.3.

@spencerdcarlson tell us if it is ok for you? Then, we can close this issue.

2reactions
alexnuttinckcommented, Dec 6, 2019

Hello @spencerdcarlson, I will have a look, already thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

apache/nifi - Docker Image
Unofficial convenience binaries and Docker images for Apache NiFi. ... Environment variables can be used to set the NiFi communication ports and hostname ......
Read more >
NiFi, Docker Environment Variable for enabling debugging of ...
Re: NiFi, Docker Environment Variable for enabling debugging of NiFi inside a Docker container · 1) I expect many environments wont let devs...
Read more >
cetic/helm-nifi: Helm Chart for Apache Nifi - GitHub
Parameter Description Default replicaCount Number of nifi nodes 1 image.repository nifi Image name apache/nifi image.tag nifi Image tag 1.16.3
Read more >
Starting the Nifi Docker container by retrieving parameters ...
All parameters that you specify as container environment variables take precedence over the values that are stored in Vault. Parameter name (key), Value ......
Read more >
Setting Apache Nifi on Docker Containers - Medium
In this article, I'll describe how to set up a Nifi environment using Docker images and run a simple predefined template; building a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found