aws-samples / serverless-eda-insurance-claims-processing

MIT No Attribution
54 stars 19 forks source link

Keda ScaledObject is created after Helm deployment #38

Closed dmahapatro closed 1 year ago

dmahapatro commented 1 year ago

Description of changes: Race condition was happening which results in below error while new deployment of the stack:

no matches for kind "ScaledObject" in version "keda.sh/v1alpha1" ensure CRDs are installed first

By adding a dependency on Helm deployment, ScaledObject is created after KEDA is successfully deployed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.