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
If I am referring ClusterTriggerAuthentication with extraObjects, it gives following error
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "ClusterTriggerAuthentication" in version "keda.sh/v1alpha1"
It works with following workaround:
Install KEDA without extraObjects
Then update extraObjects and then helm upgrade
But this is not the ideal workaround. It makes automation difficult (installing via pipelines)
Expected Behavior
It should first install CRDs and then run 99-extra-manifests.yaml for extraObjects
Actual Behavior
It is installing extraObjects first before installing CRDs
If I am referring
ClusterTriggerAuthentication
withextraObjects
, it gives following errorIt works with following workaround:
extraObjects
extraObjects
and then helm upgradeBut this is not the ideal workaround. It makes automation difficult (installing via pipelines)
Expected Behavior
It should first install CRDs and then run
99-extra-manifests.yaml
forextraObjects
Actual Behavior
It is installing
extraObjects
first before installing CRDsSteps to Reproduce the Problem
keda/values.yaml
to include followinghelm upgrade --install keda kedacore/keda -f values.yaml --namespace keda
Specifications
The text was updated successfully, but these errors were encountered: