Skip to content

Commit e820d19

Browse files
committed
HACKING: drop mention of NAMESPACE parameter
The parameter was removed and this sentence wasn't updated. See dcad26e or 6283f53 for more information.
1 parent faf112d commit e820d19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

HACKING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,11 +531,9 @@ oc new-app --file=manifests/jenkins.yaml \
531531
--param=STORAGE_CLASS_NAME=ocs-storagecluster-ceph-rbd
532532
```
533533

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
537535
automatically instantiate Jenkins with default parameters when creating
538-
the Jenkins pipeline).
536+
the Jenkins pipeline.
539537

540538
The `STORAGE_CLASS_NAME` may be required depending on the cluster. If
541539
using a development cluster, it normally isn't, and you can drop it. For

0 commit comments

Comments
 (0)