Add method for passing environment variables to accumulo-env.sh #191
Labels
enhancement
Improvement to existing functionality/feature
Kubernetes
Issue related to the Kubernetes side of the project
Milestone
Currently, one environment variable is explicitly added to the accumulo-env.sh from the tserver/statefulset.yaml:
gaffer-docker/kubernetes/accumulo/templates/tserver/statefulset.yaml
Lines 37 to 46 in 266e451
However, that file uses lots of environment variables to set a lot of things:
gaffer-docker/kubernetes/accumulo/config/accumulo-env.sh
Lines 34 to 41 in 266e451
Therefore, it would be good if the tserver/statefulset.yaml had an option to take an abitrary number of environment variables from the values.yaml and set them.
The text was updated successfully, but these errors were encountered: