-
Notifications
You must be signed in to change notification settings - Fork 373
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
helm configure non existing namespace does nothing (and no error message) #427
Comments
Hi, I have the exact same problem, if namespace doesn't exist, no ressources are created, but terraform ends saying all is OK. |
Its likely that helm doesn't return an error. Can you try creating a chart with helm directly and see if you get an error message? |
It will return error message like this:
Looks like this functionality (namespace creation) was remove in helm3 - helm/helm#6794 With the new helm release |
This was fixed in 1.1.0. |
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
Terraform v0.12.20
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
create namespace or exit with error
Actual Behavior
exits with no error, but nothing has been created
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: