We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2859828 + 46e040c commit ff3f889Copy full SHA for ff3f889
1 file changed
cmd/up.go
@@ -448,9 +448,9 @@ func (cmd *UpCmd) deployChart() {
448
container := map[string]interface{}{}
449
container["image"] = registry.GetImageURL(imageConf, true)
450
451
- if !cmd.flags.noSleep {
452
- container["command"] = []string{"sleep"}
453
- container["args"] = []string{"99999999"}
+ if cmd.flags.noSleep {
+ container["command"] = []string{}
+ container["args"] = []string{}
454
}
455
456
containerValues[imageName] = container
0 commit comments