Skip to content
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

keda admissionwebhook shows out of sync in argocd due to cabundle field #681

Open
krimeshshah opened this issue Aug 22, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@krimeshshah
Copy link

A clear and concise description of what the bug is.
Recently I updated keda to a helm release version 2.15.1. After two days suddenly i noticed that keda-admission webhook was out of sync and could see that in the live manifest or the definition exists in the clusters has cabundle field under clientconfig in webhook configuration. While in desired manifest it does not have the cabundle field. As per the official k8s documentation https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/ for admission webhook cabundle is a required field hence i am little surprised why it is not there in ithe keda webhook template https://github.com/kedacore/charts/blob/main/keda/templates/webhooks/validatingconfiguration.yaml#L25. It also seems that it is not the recent changes that cabundle field not there in that case how come keda amdission webhook was generating the cabundle itself?

Expected Behavior

kedaadmission webhook should not go out of sync

Actual Behavior

keda admission webhook shows out of sync

Steps to Reproduce the Problem

  1. Deploy latest keda helm release 2.15.1
  2. if you have argocd as a deployment tool , i see keda admission webhook out of sync
  3. Also get the output of deployed keda admissionwebhook

Specifications

  • KEDA Version: Helm release 2.15.1
  • Platform & Version: Kubernetes
  • Kubernetes Version: 1,28.9
  • Scaler(s): Please elaborate
@krimeshshah krimeshshah added the bug Something isn't working label Aug 22, 2024
@krimeshshah krimeshshah changed the title keda admissionwebhook goes out of sync in argocd due to cabuundle field keda admissionwebhook goes out of sync in argocd due to cabundle field Aug 22, 2024
@krimeshshah krimeshshah changed the title keda admissionwebhook goes out of sync in argocd due to cabundle field keda admissionwebhook shows out of sync in argocd due to cabundle field Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant