Merge pull request #653 from cdrage/remove-dab

Disable dab
This commit is contained in:
Charlie Drage
2017-06-21 07:39:59 -04:00
committed by GitHub
3 changed files with 9 additions and 8 deletions
+1
View File
@@ -118,6 +118,7 @@ func ValidateFlags(bundle string, args []string, cmd *cobra.Command, opt *kobjec
if len(bundle) > 0 {
inputFormat = "bundle"
log.Fatalf("DAB / bundle (--bundle | -b) is no longer supported. See issue: https://github.com/kubernetes-incubator/kompose/issues/390")
opt.InputFiles = []string{bundle}
}