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 bug in global flag dependency injection #69

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

charlieegan3
Copy link
Contributor

These values are set after they're passed down to the dependent commands. This pr fixes the issue by passing pointers.

This bug can be seen in main by running clusters connect --stdout

Signed-off-by: Charlie Egan charlieegan3@users.noreply.github.com

These values are set after they're passed down to the dependent
commands. This pr fixes the issue by passing pointers.

This bug can be seen in main by running clusters connect --stdout

Signed-off-by: Charlie Egan <charlieegan3@users.noreply.github.com>
Copy link
Contributor

@irbekrm irbekrm left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

I've tested it by deploying agent, operator and installation from this PR and all works as expected 👍🏼

/lgtm

@charlieegan3
Copy link
Contributor Author

Thanks Irbe.

@charlieegan3 charlieegan3 deleted the bug-global-flag-injection branch November 18, 2022 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants