Remove files/config.d
mechanism and use values.yaml
files to put the configurations to override default config
#99
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using
files/config.d
is very limited because users have to clone the sourcecodes if they want to use this mechanism, now they can simply use our Docker Helm Chart to install with a custom
values.yaml
, where the configurations can be put in this file to override the default config files, such asoal/
, MAL files, UI initialization files, etc.This is a useful enhancement so users can install from the Helm Chart registry, without cloning this repo into their local machine.