Hi All, I am deploying datahub using helm chart t...
# all-things-deployment
a
Hi All, I am deploying datahub using helm chart through
helm_release
resource in Terraform Cloud and I am getting •
Warning: Helm release "datahub" was created but has a failed status. Use the helm command to investigate the error, correct it, then run Terraform again
Error: context deadline exceeded
But if I run the helm install datahub directly from my local machine it works fine. Any ideas why is it giving error ?
d
Hi, this may not directly related to DataHub so we might not have the best answer : but this link might be helpful https://github.com/hashicorp/terraform-provider-helm/issues/467 - maybe allocate more resources or check your network will help!
a
Thanks for the help. It turns out that TFC Identity role was missing from the aws_auth block while creating EKS because of this TFC workflow didn't have access to the underlying infra of EKS and it was failing due to timeout.