-
Notifications
You must be signed in to change notification settings - Fork 359
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
[Bug] Job resources are not getting created with terraform helm_release #404
Comments
Hey @mohamedazouz Run into the same issue and setting the |
@pmorillas-apheris sorry for the late reply. I'm not sure if you understand the issue i'm facing but wait will ignore the not-yet-created resources. Your workaround of using |
@LukaGiorgadze Actually, the enable job didn't work with me and I didn't want to spend more time checking another workaround |
This should now be fixed by #522 which removes the use of helm hooks entirely. Please re-open if you still see problems. |
What are you really trying to do?
I'm trying to install helm chart using terraform helm provider for that I'm using terraform
helm_release
resource to install the chart.I have created a ticket in terraform-helm-provider repo but it seems like the issue exists in chart itself.
Describe the bug
I'm using the following terraform code to install the chart
After applying above terraform code, all pods are created but they are pending for init containers to finish, it's being pending forever, here's result of
kubectl get pods
Observation
helm_release
unlike when we use helm installhelm_template
to getmanifest
output for the chart then deploy it usingkubectl apply
, it worked as expectedExpected Behavior
Minimal Reproduction
git clone https://github.com/temporalio/helm-charts
terraform apply
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: