-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add runtime configuration validation #8883
Conversation
4c40360
to
dd2dfc7
Compare
@@ -39,3 +39,6 @@ files: | |||
- template: instances/openmetrics_legacy | |||
overrides: | |||
prometheus_url.hidden: true | |||
prometheus_url.required: false | |||
metrics.required: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these two defaults to false directly in the openmetrics_legacy.yaml
template file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes good idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
96ab290
to
3322714
Compare
3322714
to
390a734
Compare
* Sync config models * update * Update spec.yaml 8b23ba9
What does this PR do?
Adds config models from #8675