diff --git a/website/content/en/docs/Getting Started/latest/deploy-jenkins.md b/website/content/en/docs/Getting Started/latest/deploy-jenkins.md index 2f212796..ea1f1807 100644 --- a/website/content/en/docs/Getting Started/latest/deploy-jenkins.md +++ b/website/content/en/docs/Getting Started/latest/deploy-jenkins.md @@ -7,8 +7,8 @@ description: > Deploy production ready Jenkins Operator manifest --- -Once jenkins-operator is up and running let's deploy actual Jenkins instance. -Create manifest ie. **jenkins_instance.yaml** with following data and save it on drive. +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. ```bash apiVersion: jenkins.io/v1alpha2 @@ -86,4 +86,4 @@ Connect to the Jenkins instance (actual Kubernetes cluster): kubectl port-forward jenkins- 8080:8080 ``` Then open browser with address `http://localhost:8080`. -![jenkins](/img/jenkins.png) \ No newline at end of file +![jenkins](/img/jenkins.png)