From 51a49c9cd029605a1d8e5d348e995bf71044cfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= <31410181+tomaszsek@users.noreply.github.com> Date: Sun, 2 Jun 2019 19:03:27 +0200 Subject: [PATCH] Update installation.md --- docs/installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 98507f7f..99e18550 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -14,7 +14,7 @@ To run **jenkins-operator**, you will need: Install Jenkins Custom Resource Definition: ```bash -kubectl apply -f deploy/crds/jenkinsio_v1alpha1_jenkins_crd.yaml +kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/crds/jenkinsio_v1alpha1_jenkins_crd.yaml ``` ## Deploy jenkins-operator @@ -22,10 +22,10 @@ kubectl apply -f deploy/crds/jenkinsio_v1alpha1_jenkins_crd.yaml Apply Service Account and RBAC roles: ```bash -kubectl apply -f deploy/service_account.yaml -kubectl apply -f deploy/role.yaml -kubectl apply -f deploy/role_binding.yaml -kubectl apply -f deploy/operator.yaml +kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/service_account.yaml +kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/role.yaml +kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/role_binding.yaml +kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/operator.yaml ``` Watch **jenkins-operator** instance being created: