We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While writing some test cases, I found that flux create secret helm does not show a success message, unlike create secret git.
flux create secret helm
create secret git
Maybe we could improve this a bit by printing out a message like,
► secret 'helm-test' created in 'flux-system' namespace
to be consistent and also useful for testing.
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
flux
Successfully merging a pull request may close this issue.
While writing some test cases, I found that
flux create secret helm
does not show a success message, unlikecreate secret git
.Maybe we could improve this a bit by printing out a message like,
to be consistent and also useful for testing.
The text was updated successfully, but these errors were encountered: