keda icon indicating copy to clipboard operation
keda copied to clipboard

Not able to install keda helm charts using terraform

Open subbu-prasant-sage opened this issue 2 weeks ago • 1 comments

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" { │ ╵

subbu-prasant-sage avatar Jun 27 '24 14:06 subbu-prasant-sage