-
Notifications
You must be signed in to change notification settings - Fork 233
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
feat: add support to validating webhooks #352
Conversation
32fb043
to
955b37d
Compare
Signed-off-by: Jorge Turrado <[email protected]>
840f19a
to
35668f4
Compare
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
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.
looking good, just nits
Signed-off-by: Jorge Turrado <[email protected]>
f**k! I thought I was clicking in auto-merge but I this repo doesn't have it because there isn't required checks, I hope all will pass, if not I'll solve the issues in other PR |
@@ -52,6 +56,23 @@ metricsServer: | |||
# - keda-operator-metrics-apiserver | |||
# topologyKey: "kubernetes.io/hostname" | |||
|
|||
webhooks: | |||
enabled: true # This value will be removed in keda v2.12 |
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.
Why will this be removed?
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.
Because we talked about making this not optional in KEDA, Am I wrong?
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.
I have to solve the issues I generated with the early merge, I can remove the comment if you want
Signed-off-by: Jorge Turrado [email protected]
To pass CI checks here, the feature needs to be merged in KEDA because the new image is required for CI checks here
Checklist
Fixes kedacore/keda#3755
Fixes kedacore/keda#3087
Fixes kedacore/keda#3083
Fixes kedacore/keda#3088