-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid repository cache path #319
Comments
|
added home param to helm provider due to hashicorp/terraform-provider-helm#319 (comment)
Closing this issue since is making reference to a version based on Helm 2, if this is still valid to the master branch please reopen it. Thanks. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Terraform Version
Terraform v0.12.6
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/duxet/15005bbd91393462f9c9328f7a0cd47a
Panic Output
Expected Behavior
.helm/repository/cache/
path should be used for repository cacheActual Behavior
repository cache path gets "duplicated":
.helm/repository/cache/.helm/repository/cache/
and breaks repository data loading processSteps to Reproduce
terraform plan
Important Factoids
home = "${path.root}/.helm"
configuration was working fine with Terraform 0.11References
The text was updated successfully, but these errors were encountered: