You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Deploy latest keda helm release 2.15.1
if you have argocd as a deployment tool , i see keda admission webhook out of sync
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
The text was updated successfully, but these errors were encountered:
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
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
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
Specifications
The text was updated successfully, but these errors were encountered: