#18 more configurable server config file#19
#18 more configurable server config file#19TomHellier wants to merge 2 commits intoparca-dev:masterfrom
Conversation
the server validates the configuration file, and if it sees values it does not accept, the process exits. This change will allow users to force overwrite the values which exist in the helm chart to stop the helm maps merging
|
@rlex would you mind taking a look? |
|
I actually thought about it just couple of days ago. |
|
I think the structured configuration wouldn't solve the issue I am facing. I want to basically void out some sections of the parca.yaml, they are incredibly strict with what is put into that file. parca from master expects: and if we allow the merging of the values from the base values.yaml without the ability to override it, then it looks like this: and the parca process errors because it isn't expecting to see This issue is describing the helm problem I am seeing: |
the server validates the configuration file, and if it sees values it does not accept, the process exits.
This change will allow users to force overwrite the values which exist in the helm chart to stop the helm maps merging
Should address #18