We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement validating webook that check that new KedaController CustomResource is created in correct namespace (eg. keda).
KedaController CustomResource
keda
https://kubernetes.io/blog/2019/03/21/a-guide-to-kubernetes-admission-controllers/
The text was updated successfully, but these errors were encountered:
@samuelmacko ^
Sorry, something went wrong.
The work is done here: https://github.com/zroubalik/keda-olm-operator/tree/webhook
Webhook needs a valid CA Bundle included in the configuration, but CA Bundle injection for Webhooks with https://github.com/openshift/service-ca-operator works only on OpenShift >= 4.4
No branches or pull requests
Implement validating webook that check that new
KedaController CustomResource
is created in correct namespace (eg.keda
).https://kubernetes.io/blog/2019/03/21/a-guide-to-kubernetes-admission-controllers/
The text was updated successfully, but these errors were encountered: