Add extra environment variables to helm chart #2306
Closed
carlos-rodrigues-8x8
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
looks reasonable. Are you able to open a PR with the suggested improvement? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Implemented in #2308 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What
The server.sh supports the customisation of the startup command throughout environment variables such as exec
JAVA_OPTS,ARCADEDB_OPTS_MEMORY,JAVA_OPTS_SCRIPT,ARCADEDB_JMX,ARCADEDB_SETTINGSandARCADEDB_HOME, but using the helm charts we are not allowed to set the values for those variables. The idea is to create a mechanism to add environment to the helm templates.Why
This feature is particular useful if we need to customise different values for memory, jvm parameters or even different arcadedb settings.
How
The propose is to add a new parameter
arcadedb.extraEnvironment, which is a list of name/value where we can setup the environment name and values. e.g:Beta Was this translation helpful? Give feedback.
All reactions