WIP - there still are problem with several things

- ports label are not well managed
- no heathcheck, have to be rewritten
- many problem with generated compose file from memory
This commit is contained in:
2022-04-04 09:53:36 +02:00
parent cc73d57f5a
commit e346bb3ae4
6 changed files with 87 additions and 156 deletions

View File

@@ -97,7 +97,7 @@ func Convert(composeFile, appVersion, appName, chartDir string, force bool) {
fmt.Println("No compose file given")
return
}
_, err := os.Stat(ComposeFile)
_, err := os.Stat(composeFile)
if err != nil {
fmt.Println("No compose file found")
os.Exit(1)