diff --git a/cmd/deploy.go b/cmd/deploy.go index 467255069e..b3f1f1185c 100644 --- a/cmd/deploy.go +++ b/cmd/deploy.go @@ -672,7 +672,6 @@ func (c deployConfig) Prompt() (deployConfig, error) { return c, err } -// TODO: just forget validate in general (more code you remove from this - the better) // Validate the config passes an initial consistency check func (c deployConfig) Validate(cmd *cobra.Command) (err error) { // Bubble validation @@ -680,8 +679,6 @@ func (c deployConfig) Validate(cmd *cobra.Command) (err error) { return } - // TODO: gauron99 move this to a useful spot instead (wherever its used) - // Check Image Digest was included // (will be set on the function during .Configure) var digest bool