Terraform, Provider, Kubernetes and Helm Versions
Terraform version: 0.14.4
Provider version: 2.0.2
Kubernetes version: AWS EKS 1.18
Helm version: 3
Affected Resource(s)
Debug Output
https://gist.github.com/FischlerA/7930aff18d68a7b133ff22aadc021517
Steps to Reproduce
terraform apply
Expected Behavior
The helm deployment should fail since the pod that is being deployed is running an image that will always fail. (private image which i can't share)
Actual Behavior
The first time the helm release is deployed it always succeeds after reaching the timeout (5 min), any further deployments fail as they are supposed to after reaching the timeout (5min).
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform, Provider, Kubernetes and Helm Versions
Terraform version: 0.14.4
Provider version: 2.0.2
Kubernetes version: AWS EKS 1.18
Helm version: 3
Affected Resource(s)
Debug Output
https://gist.github.com/FischlerA/7930aff18d68a7b133ff22aadc021517
Steps to Reproduce
terraform applyExpected Behavior
The helm deployment should fail since the pod that is being deployed is running an image that will always fail. (private image which i can't share)
Actual Behavior
The first time the helm release is deployed it always succeeds after reaching the timeout (5 min), any further deployments fail as they are supposed to after reaching the timeout (5min).
Community Note