From 6e35086dfa9fcb3a3437f949b39366351a445973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pra=C5=BCak?= Date: Fri, 25 Oct 2019 11:51:51 +0200 Subject: [PATCH] Update deploy-jenkins.md --- .../content/en/docs/Getting Started/latest/deploy-jenkins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 ea1f1807..4f7b5a96 100644 --- a/website/content/en/docs/Getting Started/latest/deploy-jenkins.md +++ b/website/content/en/docs/Getting Started/latest/deploy-jenkins.md @@ -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