add helm chart

This commit is contained in:
Hongchao Deng
2021-08-12 11:13:41 +08:00
parent bf93bf5004
commit 9620fbbfca
5 changed files with 53 additions and 4 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ import (
func main() {
app := commands.NewCLI(
"velacp",
"KubeVela control plane",
"apiserver",
"KubeVela API Server",
)
app.AddCommands(
server.NewServerCommand(),