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 global option and CLI property to suppress dumping the environment to logs #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andysworkshop
Copy link

This PR adds a helm.suppressEnvironmentLogging boolean property that will suppress the environment from being dumped to the logs when the logging level is at info or higher. It also works with the command line property -PsuppressEnvironmentLogging=true.

Unit tests are included and the asciidoc documentation is updated. I hope nobody minds me introducing functional tests into the main plugin because I found them very useful when I needed to check the gradle output.

Resolves #104

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.

Helm commands dump the environment to logs
1 participant