Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
4 changes: 2 additions & 2 deletions challenges/challenge08-cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
4. Spinnaker
2 changes: 1 addition & 1 deletion challenges/challenge09-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In this lab you will use Kubernetes Persistent Storage constructs to mount a per
* ``/opt/mssql-tools/bin/sqlcmd -S <IP_OF_SERVICE>,1433 -U SA -P '<YourPassword>'``
* 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``
Expand Down