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
The CRDs in the 2.8.0 chart are not the actual CRDs for 2.8.0. For example the spec.podIdentity.identityId field is missing on [Cluster]TriggerAuthentication.
I've double-checked that the CRDs inside the keda-2.8.0.tgz file are not the latest ones
This is making migration a bit difficult. We installed Keda (originally) with crds.install=true. We have already upgraded to 2.8.0 but were unable to deploy any new trigger authentication resources due to bad CRDs. I patched the CRDs manually so I could deploy them, but they were destroyed on a follow-up helm upgrade used to adjust some other values.
Specifications
KEDA Version: 2.8.0
The text was updated successfully, but these errors were encountered:
The CRDs in the 2.8.0 chart are not the actual CRDs for 2.8.0. For example the
spec.podIdentity.identityId
field is missing on[Cluster]TriggerAuthentication
.I've double-checked that the CRDs inside the keda-2.8.0.tgz file are not the latest ones
This is making migration a bit difficult. We installed Keda (originally) with
crds.install=true
. We have already upgraded to 2.8.0 but were unable to deploy any new trigger authentication resources due to bad CRDs. I patched the CRDs manually so I could deploy them, but they were destroyed on a follow-uphelm upgrade
used to adjust some other values.Specifications
The text was updated successfully, but these errors were encountered: