From 44084f2eecfb5d16503adb34158b2b65eeb8003e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pra=C5=BCak?= Date: Fri, 25 Oct 2019 11:51:21 +0200 Subject: [PATCH] Update deploy-jenkins.md --- .../en/docs/Getting Started/latest/deploy-jenkins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)