diff --git a/Azure Container Hackfest - Master Deck_2017-11-09 Malvern PA.pptx.zip b/Azure Container Hackfest - Master Deck_2017-11-09 Malvern PA.pptx.zip new file mode 100644 index 0000000..7469503 Binary files /dev/null and b/Azure Container Hackfest - Master Deck_2017-11-09 Malvern PA.pptx.zip differ diff --git a/challenges/challenge08-cicd.md b/challenges/challenge08-cicd.md index d669157..8cc1317 100644 --- a/challenges/challenge08-cicd.md +++ b/challenges/challenge08-cicd.md @@ -10,7 +10,7 @@ In this challenge, you will create a workflow for continuous integration and con 1. Fork this repo into your Github account. https://github.com/chzbrgr71/microsmack 2. Clone your forked copy to your local machine. -3. Replace the contents of jenkins-values.yaml with the details from the file in the [helper folder.](SolutionHelperFiles/ch8/jenkins-values.yaml) +3. Replace the contents of jenkins-values.yaml with the details from the file in the [helper folder.](SolutionHelperFiles/ch08/jenkins-values.yaml) 4. In your terminal window, change to the directory where you have cloned the repo. ### Jenkins Setup (via Helm) @@ -85,4 +85,4 @@ echo http://$SERVICE_IP:8080/login 1. Build in steps to handle PR's and dev branches 2. Add a step to security scan images 3. Blue/green Deployment. https://www.ianlewis.org/en/bluegreen-deployments-kubernetes -3. Spinnaker \ No newline at end of file +4. Spinnaker \ No newline at end of file diff --git a/challenges/challenge09-storage.md b/challenges/challenge09-storage.md index f3c6ade..e62902a 100644 --- a/challenges/challenge09-storage.md +++ b/challenges/challenge09-storage.md @@ -19,7 +19,7 @@ In this lab you will use Kubernetes Persistent Storage constructs to mount a per * ``/opt/mssql-tools/bin/sqlcmd -S ,1433 -U SA -P ''`` * At the sqlcmd prompt create a new database * ``CREATE DATABASE TestDB`` - * Verify the table was created + * Verify the database was created * ``SELECT Name from sys.Databases`` * Execute the above commands * ``GO``