Skip to content

Commit

Permalink
Update README.md (#81)
Browse files Browse the repository at this point in the history
Corrected the explanation of what's about to happen when running `kubectl apply`
  • Loading branch information
tedb authored and Vic Iglesias committed Jul 17, 2017
1 parent ad447af commit 0ef71f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Additionally you will have a service that will route requests to the controller.

> **Note**: All of the files that define the Kubernetes resources you will be creating for Jenkins are in the `jenkins/k8s` folder. You are encouraged to take a look at them before running the create commands.
The Jenkins Deployment is defined in `kubernetes/jenkins.yaml`. Create the Deployment and confirm the pod was scheduled:
The Jenkins Deployment and its two Services are defined in YAML files in`jenkins/k8s/`. Create the Deployment and Services and confirm the pod was scheduled:

```shell
$ kubectl apply -f jenkins/k8s/
Expand Down

0 comments on commit 0ef71f3

Please sign in to comment.