Skip to content

Commit

Permalink
Additional description for module helm.Options - logger.Discard (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqerison committed Mar 11, 2022
1 parent 0130e14 commit da95ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/helm/options.go
Expand Up @@ -14,6 +14,6 @@ type Options struct {
HomePath string // The path to the helm home to use when calling out to helm. Empty string means use default ($HOME/.helm).
EnvVars map[string]string // Environment variables to set when running helm
Version string // Version of chart
Logger *logger.Logger // Set a non-default logger that should be used. See the logger package for more info.
Logger *logger.Logger // Set a non-default logger that should be used. See the logger package for more info. Use logger.Discard to not print the output while executing the command.
ExtraArgs map[string][]string // Extra arguments to pass to the helm install/upgrade/rollback/delete command. The key signals the command (e.g., install) while the values are the extra arguments to pass through.
}

0 comments on commit da95ad1

Please sign in to comment.