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
helm pkg supports to show debug log during updating release.
https://pkg.go.dev/helm.sh/helm/v3/pkg/action#Configuration.Init
func (cfg *Configuration) Init(getter genericclioptions.RESTClientGetter, namespace, helmDriver string, log DebugLog) error
We should have DebugLog implementation and provide a flag to enable it.
DebugLog
The text was updated successfully, but these errors were encountered:
PugDeveloper
Successfully merging a pull request may close this issue.
helm pkg supports to show debug log during updating release.
https://pkg.go.dev/helm.sh/helm/v3/pkg/action#Configuration.Init
We should have
DebugLog
implementation and provide a flag to enable it.The text was updated successfully, but these errors were encountered: