Add flag to turn off push image when kompose up

This commit is contained in:
Hang Yan
2019-06-25 13:38:00 +08:00
parent cd7c8a3d9a
commit 302e918093
4 changed files with 17 additions and 8 deletions
+1
View File
@@ -41,6 +41,7 @@ type ConvertOptions struct {
BuildRepo string
BuildBranch string
Build string
PushImage bool
CreateChart bool
GenerateYaml bool
GenerateJSON bool