From c8d640cc8c456cde432088e8209398b37c1d7fc6 Mon Sep 17 00:00:00 2001 From: sharmapulkit04 Date: Wed, 1 Sep 2021 18:09:59 +0530 Subject: [PATCH] Updated docs --- .../en/docs/Getting Started/latest/installing-the-operator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/docs/Getting Started/latest/installing-the-operator.md b/website/content/en/docs/Getting Started/latest/installing-the-operator.md index 236a3057..07e6286f 100644 --- a/website/content/en/docs/Getting Started/latest/installing-the-operator.md +++ b/website/content/en/docs/Getting Started/latest/installing-the-operator.md @@ -912,7 +912,7 @@ Then, install the webhook and other required resources: kubectl apply -f https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/all-in-one-webhook.yaml ``` -Now, download the manifests for the operator and other resources from [here](https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/all-in-one-v1alpha2.yaml) and please provide these additional fields in the operator manifest: +Now, download the manifests for the operator and other resources from [here](https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/deploy/all-in-one-v1alpha2.yaml) and provide these additional fields in the Operator manifest:
 
@@ -983,7 +983,7 @@ spec:
 
 
-To enable security validation in the jenkins custom resource,set +To enable security validation in the Jenkins Custom Resource, set >jenkins.ValidateSecurityWarnings=true