Shopify / krane

A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result
MIT License
1.38k stars 114 forks source link

Created new optional flag to skip dry run proccess during deploy #944

Closed veragluza closed 9 months ago

veragluza commented 9 months ago

What are you trying to accomplish with this PR? Add an optional field to skip the dry run process further down the deploy pipeline.

How is this accomplished? Added the field in the deployment task command to be picked up and passed along. Also included a test to validate this behavior through verifying we do not call dry run if this flag is set to true.

What could go wrong? Nothing should, it's an optional flag that changes minimal behavior.