Skip to content

Implement an analog of the templatefile terraform function #258

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

Closed
kinseii opened this issue Jun 11, 2024 · 2 comments
Closed

Implement an analog of the templatefile terraform function #258

kinseii opened this issue Jun 11, 2024 · 2 comments
Labels
kind/feature New feature or request

Comments

@kinseii
Copy link

kinseii commented Jun 11, 2024

What would you like to add
I want to use templating inside files, to substitute variable values, like the templatefile function in terraform does.

Why is this needed
This is necessary for templating the .yaml files of helm and k8s-manifest units.

This issue may have a connection to the issue at hand: #225

P.S.
Also, I don't understand what the apply_template option of the helm unit means? Can you clarify it here and add it to the documentation?

@kinseii kinseii added the kind/feature New feature or request label Jun 11, 2024
@kinseii
Copy link
Author

kinseii commented Jun 17, 2024

It seems to be irrelevant, I figured out how to work with templates, it's similar to helm templates, obviously because of the development language go.

@kinseii kinseii closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@romanprog
Copy link
Contributor

It seems to be irrelevant, I figured out how to work with templates, it's similar to helm templates, obviously because of the development language go.

Also looks like a duplicate of ticket #225
It will be possible to read and apply the template to the files. The feature will be added in the next releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants