-
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
postrender does not have any effect in helm_template #1472
Comments
Hi @RemkoMolier, Does your post-render script work when you execute it with Helm CLI? What is the difference in output when you execute it with and without your post-render script? Thanks. |
Hi @arybolovlev, yes it does. It, amongst side effects like reformatting and removal of comments , adds two annotations and one label to each of the configurations. These are the first couple of lines from the diff (after formatting the outputs with yamlfmt): `diff
Regards, Remko |
Hi @RemkoMolier, Thank you! It looks like we have the |
Hi @arybolovlev thank you. Is there anything I can do to help? Regards, Remko |
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
values.yaml:
postrender:
Debug Output
N/A
Panic Output
N/A
Steps to Reproduce
terraform plan
Expected Behavior
Postrender to be executed by the helm template and the output should have been adapted
Actual Behavior
Postrender is not executed by the helm template and the output is not adapted accordingly.
Important Factoids
N/A
References
N/A
Community Note
The text was updated successfully, but these errors were encountered: