diff --git a/documentation/kubecondemo/README.md b/documentation/kubecondemo/README.md index 6ef6a3787..48a63f91e 100644 --- a/documentation/kubecondemo/README.md +++ b/documentation/kubecondemo/README.md @@ -36,7 +36,7 @@ * Check capabilities `vela cap ls` * Install the kubewatch capability `vela cap add mycap/kubewatch` * Create an application `vela comp deploy mycomp -t webservice --image crccheck/hello-world --port 8000 --app lab2` -* Add kubewatch trait to the application `vela kubewatch mycomp --app myapp --webhook https://hooks.slack.com/` +* Add kubewatch trait to the application `vela kubewatch mycomp --app lab2 --webhook https://hooks.slack.com/` * Check the slack channel to verify the notifications ## Lab 3: Manage cloud resource and applications in application centric way