File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -531,11 +531,9 @@ oc new-app --file=manifests/jenkins.yaml \
531
531
--param=STORAGE_CLASS_NAME=ocs-storagecluster-ceph-rbd
532
532
```
533
533
534
- Notice the ` NAMESPACE ` parameter. This makes the Jenkins controller use the
535
- image from our namespace, which we'll create in the next step. (The
536
- reason we create the app first is that otherwise OpenShift will
534
+ The reason we create the app first is that otherwise OpenShift will
537
535
automatically instantiate Jenkins with default parameters when creating
538
- the Jenkins pipeline) .
536
+ the Jenkins pipeline.
539
537
540
538
The ` STORAGE_CLASS_NAME ` may be required depending on the cluster. If
541
539
using a development cluster, it normally isn't, and you can drop it. For
You can’t perform that action at this time.
0 commit comments