-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is app-config.dynamic-plugins.yaml used for? #968
Comments
I got confused too. It's not clearly documented which all files are actually needed to be modified and which ones are auto-generated and must be immutable. I can't figure out from which YAML file a certain var or key is coming from |
|
@rsriniva I agree, there's a few layers that make things confusing. There's one log line that lists what configuration files the app is starting up with which can help a lot, there's an order of precedence to be aware of. It's one of the first lines logged, for example from an RHDH on openshift:
with that many files it's hard to get an idea of the complete effective configuration. The main thing that I wanted to point out is if a configuration file is not present on this line, then it is not being loaded. |
Let me add a point: That's why I said that the I agree that it should probably be streamlined, and we can certainly create an issue for that. |
While updating the dynamic-plugins.default.yaml to include config snippets for new plugins I noticed there's also this file which has some arbitrary defaults.
When is this file used or is it referenced from some documentation? When should we consider updating this file?
CC @ciiay @invincibleJai
The text was updated successfully, but these errors were encountered: