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
I would like to discuss a way of configuring memgraph using a configMap or possibly combining current approach with startup args with the configuration in values.yaml
IMHO the approach where you specify the key: value in yaml values is a bit more approachable than the --key=value format.
There might be issue where if you dont specify all the options memgraph seems to grab hardcoded default values instead of values of the default memgraph.conf as specified in the docs
It might be better approach combining using the added args to the launch arguments as is in the current state
Hi @foodiq-pk, this is a great suggestion and a much better solution. 🙌 I spent a few hours looking into this when we pushed the initial chart, but we decided to do that for the next iteration.
We will add this/or something like this in the upcoming weeks, thanks for the recommendation.
Hi,
I would like to discuss a way of configuring memgraph using a configMap or possibly combining current approach with startup args with the configuration in values.yaml
What I currently use:
Then configMap:
The above function translate the key: vaule pairs into the memgraph.conf format options --key=value
and finally volume mount for the StatefulSet.yaml
IMHO the approach where you specify the key: value in yaml values is a bit more approachable than the --key=value format.
There might be issue where if you dont specify all the options memgraph seems to grab hardcoded default values instead of values of the default memgraph.conf as specified in the docs
It might be better approach combining using the added args to the launch arguments as is in the current state
e.g.
into args line
and pass that to
args
for startupThe text was updated successfully, but these errors were encountered: