-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create HelmApp component #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
self.to_helm_values(), | ||
self.template_flags, | ||
) | ||
print(stdout) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't we want to change the print statement here with a better solution? 🤔
Something like: https://github.com/bakdata/kpops/blob/main/kpops/pipeline_generator/pipeline.py#L249
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ummm, yeah this is ugly beyond belief. Ideally, we should also return the result for the Python API. followup because it requires changes in the API/CLI entrypoint?
Fixes #364