-
Notifications
You must be signed in to change notification settings - Fork 220
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(keda): Allow using own Cert-manager Issuer/ClusterIssuer for issuing KEDA TLS certificates #530
Conversation
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.
Thanks for the improvement! I have left some comments inline
@JorTurFer @zroubalik thanks for the review! I've updated the PR to address the comments |
Could you take a look to DCO check too? It's failing: https://github.com/kedacore/charts/pull/530/checks?check_run_id=17317958846 |
Any progress on these last steps failures? |
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
…wn Issuer Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Loïs Postula <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
…#506) Signed-off-by: Adarsh-verma-14 <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: yuval weber <[email protected]> Signed-off-by: unknown <[email protected]> Co-authored-by: Tom Kerkhove <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
#553) Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Adarsh-verma-14 <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
#572) * Add CloudEventSources Crd and ClustetName Parameter Signed-off-by: SpiritZhou <[email protected]> * Update Signed-off-by: SpiritZhou <[email protected]> * Update Signed-off-by: SpiritZhou <[email protected]> * Update keda/values.yaml Co-authored-by: Tom Kerkhove <[email protected]> Signed-off-by: SpiritZhou <[email protected]> * Fix Signed-off-by: SpiritZhou <[email protected]> * Update Signed-off-by: SpiritZhou <[email protected]> * Revert unnecessary update Signed-off-by: SpiritZhou <[email protected]> --------- Signed-off-by: SpiritZhou <[email protected]> Co-authored-by: Tom Kerkhove <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
* chore: Adjust RBAC with code Signed-off-by: Jorge Turrado <[email protected]> * fix typo Signed-off-by: Jorge Turrado <[email protected]> --------- Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Frank Kloeker <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Align deployment for extraVolumes and extraVolumesMount for fix problem Error: YAML parse error on keda/templates/webhooks/deployment.yaml: error converting YAML to JSON: yaml: line 96: did not find expected key Signed-off-by: ferndem <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
The current state of the Helm chart is slightly confusing, because: - There's no easy way to really disable prometheus metrics -- `--enable-prometheus-metrics` defaults to true anthe current code either emits `--enable-prometheus-metrics=true` or nothing at all (making it `true` once again). - The `http` container port is actually a `metrics` port (by convention from .e.g. webhook), but is present regardless of whether Prometheus metrics are enabled or not. To make it less confusing, this PR proposes renaming it. Signed-off-by: Milan Plzik <[email protected]> Signed-off-by: Jorge Turrado Ferrero <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: choisungwook <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
* support crd-specific annotations Signed-off-by: Adam Walford <[email protected]> * update readme Signed-off-by: Adam Walford <[email protected]> * update docs using helm-docs Signed-off-by: Adam Walford <[email protected]> --------- Signed-off-by: Adam Walford <[email protected]> Co-authored-by: Adam Walford <[email protected]> Co-authored-by: Tom Kerkhove <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Co-authored-by: guicholeo <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Signed-off-by: Dmytro Kovalenko <[email protected]>
Hey @zroubalik @JorTurFer I've addressed the comments and DCO check, could you please take a look? Thanks a lot |
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.
LGTM!
Thanks for the improvement! ❤️
Thanks! Just wondering, when are you planning to release a new chart version that would include this change? |
We don't have any expected date yet |
I gues that we could cut a helm release. WDYT @kedacore/keda-helm-contributors ? |
That would be great! |
Hey @JorTurFer @kedacore/keda-helm-contributors any leads when it would be possible to have this feature released (maybe as a patch version of the chart)? It would help a lot if it would be possible to release before KEDA itself has a new version. Thanks a lot! |
Allow user to provide reference to their own Cert-manager Issuer/ClusterIssuer for issuing KEDA TLS certificates.
Checklist