-
Notifications
You must be signed in to change notification settings - Fork 288
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
Updated configuration schema with missing OpsGenie alerter options #1543
Conversation
Do you have an example of a config that uses the |
I'm not sure. I was aiming to handle this:
I'm making a lot of assumptions here but I think the following works (correct me if I'm wrong):
and this also works:
The second one is what's used in examples and it's not a string array, unless I'm missing something. |
I've put together a test and the positional param variation doesn't work. It expects a dictionary in Is there a better way to represent a dictionary in the schema than what I did with I think |
What threw me off is the Your Here's what I propose:
|
The change to Reverted, and I've updated the other two. |
No problem. |
Description
As discussed in #1539, schema update for missing OpsGenie alerter properties.
Checklist
make test-docker
with my changes.Questions or Comments