-
-
Notifications
You must be signed in to change notification settings - Fork 587
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
Add templating #36
Comments
Hi @aimbot31 I'll post your comment from MR here:
The size and location are not supposed to be updated manually, it is inconvenient to do it that way. User can click/select any component and move/resize through UI. Also there is the auto-position functionality, which automatically calculates size and location for a newly added component without |
Thanks for your comment, i think i didn't express myself correctly, I was thinking about adding a -t option to specify where the template file is located, then generate a yml file in the same directory, so the position and size can be updated properly by the program. If we run the config with the Don't hesitate to comment if i'm not clear enough. |
@sqshq up |
Hey @aimbot31, |
Hi @sqshq,
You cannot make it generic because you have to know how many nodes are present on the kubernetes cluster. The template can be useful in that case. For example :
|
Hey @aimbot31, sorry for the delayed response, I'm on vacation right now. |
Hey @sqshq, I hope your vacations are going well, "How do you propose to pass data to the template " For your second question : |
Hi,
It could be great to have go template to loop over stuff in the yaml config file.
The text was updated successfully, but these errors were encountered: