diff --git a/README.md b/README.md index 8b3472f..59faaa5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The `manager-app` is a web application that drive you through the workshop. It w ### Levels Each level will break the `demoapp` or some element that will prevent it from being accessible through its route. * **Break**: Will execute some `oc` commands that will break the `demoapp` and you will have **10 minutes** to fix it (if you want to get some points). -* **Check**: Tries to access the `demoapp` through it's route (to verify the end-2-end health of the application). If it succeeds you will get 1 point for each second left and you will be able to move to the next level. +* **Check**: Tries to access the `demoapp` through it's route (to verify the end-2-end health of the application). If it succeeds you will get 1 point for each second left and you will be able to move to the next level. See the [demoapp README](demoapp/README.md) for more details. * **Give up**: Will revert the changes made by the **Break** commands and you will be able to move forward to the next level but you won't get any points. ### The Docker images diff --git a/bf-addons/bf-devconf.addon b/bf-addons/bf-devconf.addon index 16a5f0a..7694a95 100644 --- a/bf-addons/bf-devconf.addon +++ b/bf-addons/bf-devconf.addon @@ -1,9 +1,9 @@ # Name: bf-devconf # Description: Application to be used in the Break & Fix at Devconf 2018 -oc adm new-project break-fix --display-name="Break & Fix" +oc adm new-project break-fix --display-name='Break & Fix' oc new-app -f manager-app-template.yaml -n break-fix oc adm policy add-cluster-role-to-user cluster-admin -z manager-app -n break-fix -oc adm new-project demo --display-name="Demoapp project" +oc adm new-project demo --display-name='Demoapp project' oc create -f demoapp-template.yaml -n demo oc new-app demoapp-template -n demo