kedacore / charts

Helm charts for KEDA
Apache License 2.0
157 stars 224 forks source link

Comment out new option in helm values, because it breaks the old versions of keda #659

Closed jkremser closed 4 months ago

jkremser commented 4 months ago

the cmd arg does not exist for older KEDAs

This way the default value is still correctly applied for new keda version because they have the fallback implemented also in the golang code

cc @zroubalik