-
Notifications
You must be signed in to change notification settings - Fork 137
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
Provide a way to generate output as part of the ytt processing #213
Comments
Trying to envision this... Can you give an example of what this would look like, @jorgemoralespou (e.g. sample output from Helm)? Are these some kind of post-install notes? |
Exactly, it would be something just like that. If kapp, succeeds with the installation I would want to be able to get some notes out to the user.
|
Understood. Perhaps a port of Creating a NOTES.txt File from Helm... with a twist...
Are we looking to include data from the cluster in the output? |
I don't think that aligns with the goals that ytt should not have any random value, and whatever the cluster provide works be considered random I guess. Ashleigh depending on where/how is implemented (if kapp plays a partner to the feature) maybe possible and helpful. |
Yup.
Sorry, I couldn't parse this sentence. |
Although depending on where/how is implemented (if kapp plays a partner to the feature) maybe possible and helpful. What I mean is that both tools can collaborate. We can have ytt producing output that kapp could use and modify for final result to the user, although this might mean that we would need a way for kapp to parade this output and modify it, and not sure if worth. I'm any case, I think that all the needed output will probably be available in ytt. |
When combining ytt to kapp for installing some templates I want to be able to give the end user some information about what was installed. An example would be credentials or URL access like what happens when installing applications with Helm.
When not combined with kapp, it probably doesn't make sense, as the output I would expect from ytt will most likely be only the processed templates.
There needs to be a way to, when these 2 commands are chained, ytt will give this information to kapp so that kapp can print it out to the user.
The text was updated successfully, but these errors were encountered: