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

fix: install command flags logic bug #1219

Merged
merged 1 commit into from
Apr 6, 2021
Merged

Conversation

frankgu968
Copy link
Contributor

Resolves #1204

If the export flag exists, print the generated manifest and return from the function; it should prevent any additional steps from being run.
If the verbose flag exists, then print the generated manifest and continue with the function.

Signed-off-by: Frank Gu <frank.gu968@outlook.com>
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @frankgu968 🌞

@hiddeco hiddeco merged commit fa46f05 into fluxcd:main Apr 6, 2021
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.

flux install --export --verbose modifies active cluster
2 participants