Skip to content

Commit f133c44

Browse files
authored
Merge pull request #168 from kagent-dev/peterj/waitforhelminstall
wait for helm install
2 parents 8810007 + 0d23157 commit f133c44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/cli/internal/cli/install.go

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func InstallCmd(ctx context.Context, c *ishell.Context) {
3535
"--namespace",
3636
cfg.Namespace,
3737
"--create-namespace",
38+
"--wait",
3839
"--set",
3940
"openai.apiKey=" + os.Getenv("OPENAI_API_KEY"),
4041
}

0 commit comments

Comments
 (0)