From 0dffe093e8a65583c1ef93d193545de94a87ddb2 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Mon, 16 Mar 2020 15:03:40 +0530 Subject: [PATCH] SSH URL Update in The Repository Url --- website/content/en/docs/Getting Started/latest/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/Getting Started/latest/configuration.md b/website/content/en/docs/Getting Started/latest/configuration.md index f0edd538..40ac0adb 100644 --- a/website/content/en/docs/Getting Started/latest/configuration.md +++ b/website/content/en/docs/Getting Started/latest/configuration.md @@ -180,7 +180,7 @@ spec: targets: "cicd/jobs/*.jenkins" description: "Jenkins Operator repository" repositoryBranch: master - repositoryUrl: git@github.com:jenkinsci/kubernetes-operator.git + repositoryUrl: ssh://git@github.com:jenkinsci/kubernetes-operator.git ``` and create a Kubernetes Secret (name of secret should be the same from `credentialID` field):