Skip to content

Commit

Permalink
disbale housekeeping messages for render (#5770)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 authored May 2, 2021
1 parent ebe2f6d commit 108694a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/skaffold/app/cmd/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func NewCmdRender() *cobra.Command {
{Value: &renderOutputPath, Name: "output", Shorthand: "o", DefValue: "", Usage: "file to write rendered manifests to"},
{Value: &opts.DigestSource, Name: "digest-source", DefValue: "local", Usage: "Set to 'local' to build images locally and use digests from built images; Set to 'remote' to resolve the digest of images by tag from the remote registry; Set to 'none' to use tags directly from the Kubernetes manifests. Set to 'tag' to use tags directly from the build.", IsEnum: true},
}).
WithHouseKeepingMessages().
NoArgs(doRender)
}

Expand Down

0 comments on commit 108694a

Please sign in to comment.