-
Notifications
You must be signed in to change notification settings - Fork 449
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
Prometheus: Mark queryParameters as an optional field instead of an required field #1395
Conversation
Signed-off-by: Alec Hinh <alec4555@gmail.com>
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
Learn more about:
|
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.
nice catch !
Could you update other versions as well?
…versions Signed-off-by: Alec Hinh <alec4555@gmail.com>
Thanks for catching that! The other versions should be updated with this change. |
…equired field (kedacore#1395) * Move queryParameters down to the optional field list Signed-off-by: Alec Hinh <alec4555@gmail.com> * Move the query parameters list entries down to optional in the other versions Signed-off-by: Alec Hinh <alec4555@gmail.com> --------- Signed-off-by: Alec Hinh <alec4555@gmail.com> Signed-off-by: Ranjith Gopal <ranjith.gopalreddy@7-11.com>
…equired field (kedacore#1395) * Move queryParameters down to the optional field list Signed-off-by: Alec Hinh <alec4555@gmail.com> * Move the query parameters list entries down to optional in the other versions Signed-off-by: Alec Hinh <alec4555@gmail.com> --------- Signed-off-by: Alec Hinh <alec4555@gmail.com> Signed-off-by: shubhusion <shubham27.sharma03@gmail.com>
…equired field (kedacore#1395) * Move queryParameters down to the optional field list Signed-off-by: Alec Hinh <alec4555@gmail.com> * Move the query parameters list entries down to optional in the other versions Signed-off-by: Alec Hinh <alec4555@gmail.com> --------- Signed-off-by: Alec Hinh <alec4555@gmail.com>
Marks the
queryParameters
field as an optional field instead of a required field, as it's actually not mandatory for this field to be configured when deploying new Prometheus triggers.Checklist
Fixes #1394