rancher / quickstart

378 stars 328 forks source link

Failed to download (Helm) Cert Manager in AWS #214

Closed muralidigi closed 1 year ago

muralidigi commented 1 year ago

Hi,

I was testing this in AWS after modified aws_access_key, aws_secret_key, rancher_server_admin_password in terraform.tfvars:

terraform version 1.2.9 on MacOS

terraform apply fail with the following error: module.rancher_common.helm_release.cert_manager: Creating... ╷ │ Error: could not download chart: failed to download "https://charts.jetstack.io/charts/cert-manager-v1.7.1.tgz" │ │ with module.rancher_common.helm_release.cert_manager, │ on ../rancher-common/helm.tf line 4, in resource "helm_release" "cert_manager": │ 4: resource "helm_release" "cert_manager" {

Any Pointers or help is very much appreciated.

Regards, Murali

bashofmann commented 1 year ago

Duplicate of https://github.com/rancher/quickstart/issues/206