-
Notifications
You must be signed in to change notification settings - Fork 371
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: Postrender args are not passed to binary in releases >= 2.15 #1503
Comments
Is this the same problem as #1472? |
Hi @fullykubed, I will be closing this issue as it looks like a duplicate of #1472. |
@sheneska This is not the same issue. #1472 is talking about the Moreover, postrender does run now and did run before. The only thing that broke in the linked commit was that the author removed the passing of I would recommend keeping this open. |
I can second that this appears to be a regression in provider versions 2.15.0 and newer. Pinning the provider to version 2.14.1 resolved the problem in my project. The regression is not immediately obvious because it only happens when creating a new #1477 looks like a proposed fix for this issue. |
@sheneska As this is a bug that has broken semver for this provider, can you please re-open? |
This bug report should most definitively not be closed! Major blocker for us when creating new GitLab runners for a new repository. We rely on a |
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Steps to Reproduce
Try to apply when using
helm_release
with apostrender
block that hasargs
. Notice thatargs
are not passed to the binary atbinary_path
during execution.Expected Behavior
args
are passed.Actual Behavior
args
are not passed.References
This commit appears to be the one that broke this functionality: 723cb76
Community Note
The text was updated successfully, but these errors were encountered: