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
Is your feature request related to a problem? Please describe.
I want to be able to only enable the DB functionality when I've configured writable storage on a host, as it currently stands I need to write custom logic into the Helm chart to remove the db config key is the host storage isn't writable.
Describe the solution you'd like
The db and related keys aren't currently YAML native so ideally a nested YAML format can be adopted along the lines of
The whole config pattern needs to be aligned to idiomatic YAML and at the same time the config should allow keys to be present and use guard flags (like enabled above) to control conditional logic.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to be able to only enable the DB functionality when I've configured writable storage on a host, as it currently stands I need to write custom logic into the Helm chart to remove the
db
config key is the host storage isn't writable.Describe the solution you'd like
The
db
and related keys aren't currently YAML native so ideally a nested YAML format can be adopted along the lines ofDescribe alternatives you've considered
I remove the key in the Helm chart.
Additional context
The whole config pattern needs to be aligned to idiomatic YAML and at the same time the config should allow keys to be present and use guard flags (like
enabled
above) to control conditional logic.The text was updated successfully, but these errors were encountered: