kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.03k stars 1.01k forks source link

Not able to install keda helm charts using terraform #5918

Open subbu-prasant-sage opened 6 days ago

subbu-prasant-sage commented 6 days ago

resource "helm_release" "kedas" { name = "keda" repository = "https://kedacore.github.io/charts" chart = "keda" version = "2.14.2" namespace = "keda" create_namespace = true

}

Error ---->

helm_release.kedas: Creating... ╷ │ Error: could not download chart: Chart.yaml file is missing │ │ with helm_release.kedas, │ on keda.tf line 22, in resource "helm_release" "kedas": │ 22: resource "helm_release" "kedas" { │ ╵

Mohan0607 commented 6 days ago

I am also facing the same issue, please give any solution for this one