Update cmd/core/main.go

This commit is contained in:
Jianbo Sun
2020-12-31 17:13:13 +08:00
committed by GitHub
parent 01bd05d0a5
commit 8d0595ed4e
+1 -1
View File
@@ -95,7 +95,7 @@ func main() {
flag.BoolVar(&controllerArgs.ApplyOnceOnly, "apply-once-only", false,
"For the purpose of some production environment that workload or trait should not be affected if no spec change")
flag.StringVar(&controllerArgs.CustomRevisionHookURL, "custom-revision-hook-url", "",
"custom-revision-hook-url is a webhook url which will let oam-runtime to call with AC+Component info and return a customized component revision")
"custom-revision-hook-url is a webhook url which will let KubeVela core to call with applicationConfiguration and component info and return a customized component revision")
flag.StringVar(&disableCaps, "disable-caps", "", "To be disabled builtin capability list.")
flag.Parse()