-
Notifications
You must be signed in to change notification settings - Fork 227
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
Allow output path relative to function config file #1531
Comments
@mgoltzsche we are introducing new primitive called |
Sounds good! Looking forward to playing with that! |
@droot any chance we can link this issue to the Epic or Feature ticket? That way when it closes we can let @mgoltzsche know? |
@droot Do we have an issue to track how does pipeline handle the resources generated by function or we have implemented it? |
@mgoltzsche We have introduced new concept called pipeline of functions in |
That looks awesome! I'll try to prepare a khelm example with it during the weekend. |
This may be FUD as I only read the docs and didn't actually get a chance to try it out, but it seems like not being to use Network or volume mounts is going to be a pretty critical issue for khelm? |
That is true! For this to work with e.g. khelm requires to be able to declare also non-yaml files input. |
Is your feature request related to a problem? Please describe.
Users expect output paths declared within a function to be relative to the function's config file.
This came up in mgoltzsche/khelm#12
Describe the solution you'd like
kpt should handle function output paths relative to the function config's path when writing the output to disk.
Describe alternatives you've considered
Manage all functions within a root directory and always call
kpt fn run .
within that directory.Additional context
See mgoltzsche/khelm#12
cc @howardjohn
The text was updated successfully, but these errors were encountered: