Update deploy-jenkins.md

This commit is contained in:
Paweł Prażak 2019-10-25 11:51:51 +02:00 committed by GitHub
parent 44084f2eec
commit 6e35086dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ description: >
---
Once Jenkins Operator is up and running let's deploy actual Jenkins instance.
Create manifest e.g. **jenkins_instance.yaml** with following data and save it on drive.
Create manifest e.g. **`jenkins_instance.yaml`** with following data and save it on drive.
```bash
apiVersion: jenkins.io/v1alpha2
@ -56,7 +56,7 @@ spec:
repositoryUrl: https://github.com/jenkinsci/kubernetes-operator.git
```
Deploy a Jenkins to K8s:
Deploy a Jenkins to Kubernetes:
```bash
kubectl create -f jenkins_instance.yaml