refactor: vertical deploy overview

This commit is contained in:
2024-07-10 20:48:08 +02:00
parent d3ede0f0f6
commit f28cffe6d8
5 changed files with 153 additions and 85 deletions

View File

@ -107,7 +107,7 @@ Passing "-p/--prune" does not remove those volumes.`,
chaosVersion = deployMeta.ChaosVersion
}
if err := internal.DeployOverview(app, deployMeta.Version, chaosVersion, "continue with undeploy?"); err != nil {
if err := internal.DeployOverview(app, []string{}, deployMeta.Version, chaosVersion); err != nil {
log.Fatal(err)
}