Skip to content
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 the output of helmfile to the action outputs #154

Merged
merged 5 commits into from
Nov 9, 2023

Conversation

metiletan
Copy link
Contributor

@metiletan metiletan commented Nov 6, 2023

It gives the possibility to use helmfile output in other CI steps.

@metiletan metiletan changed the title Add to action the output of helmfile diff and output helmfile error Add the output of helmfile to the action outputs Nov 6, 2023
Copy link

@romcheg romcheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would personally call these two as helmfileStdout and helmfileStderr respectively.

src/main.ts Outdated
Comment on lines 42 to 43
let helmfileOutput = '';
let helmfileError = '';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would personally call these two as helmfileStdout and helmfileStderr respectively.

Copy link

@romcheg romcheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Here's my non-binding approve :)

@yxxhero
Copy link
Member

yxxhero commented Nov 6, 2023

@metiletan please fix ci issue.

@metiletan
Copy link
Contributor Author

@metiletan please fix ci issue.

done

@yxxhero yxxhero merged commit 54af92b into helmfile:main Nov 9, 2023
9 checks passed
@yxxhero
Copy link
Member

yxxhero commented Nov 9, 2023

@metiletan BTW. please update the readme.md. thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants