Skip to content

Commit

Permalink
Merge pull request #673 from Shopify/verbose_off
Browse files Browse the repository at this point in the history
[bugfix] Restore default value for verbose-log-prefix
  • Loading branch information
KnVerey committed Jan 21, 2020
2 parents 905caba + d828ebb commit d42d7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/krane/cli/deploy_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class DeployCommand
"selector" => { type: :string, banner: "'label=value'",
desc: "Select workloads by selector(s)" },
"verbose-log-prefix" => { type: :boolean, desc: "Add [context][namespace] to the log prefix",
default: true },
default: false },
"verify-result" => { type: :boolean, default: true,
desc: "Verify workloads correctly deployed" },
}
Expand Down

0 comments on commit d42d7a6

Please sign in to comment.