Skip to content

Commit 2ce5ed6

Browse files
authored
Merge pull request #61080 from ekristova/RHDEVDOCS-5371
RHDEVDOCS-5371: Correct the namespace in Pipelines as Code chapter
2 parents d8715e6 + b5566aa commit 2ce5ed6

6 files changed

+9
-9
lines changed

modules/op-customizing-pipelines-as-code-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
= Customizing {pac} configuration
88

99
[role="_abstract"]
10-
To customize {pac}, cluster administrators can configure the following parameters using the `pipelines-as-code` config map in the `pipelines-as-code` namespace:
10+
To customize {pac}, cluster administrators can configure the following parameters using the `pipelines-as-code` config map in the `openshift-pipelines` namespace:
1111

1212
.Customizing {pac} configuration
1313
[options="header"]
@@ -17,7 +17,7 @@ To customize {pac}, cluster administrators can configure the following parameter
1717

1818
| `application-name` | The name of the application. For example, the name displayed in the GitHub Checks labels. | `"Pipelines as Code CI"`
1919

20-
| `max-keep-days` | The number of the days for which the executed pipeline runs are kept in the `pipelines-as-code` namespace.
20+
| `max-keep-days` | The number of the days for which the executed pipeline runs are kept in the `openshift-pipelines` namespace.
2121

2222
Note that this `ConfigMap` setting does not affect the cleanups of a user's pipeline runs, which are controlled by the annotations on the pipeline run definition in the user's GitHub repository. | NA
2323

modules/op-pipelines-as-code-command-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ By default, `tkn pac bootstrap` detects the OpenShift route, which is automatica
5555

5656
If you do not have an {product-title} cluster, it asks you for the public URL that points to the ingress endpoint.
5757

58-
| `tkn pac bootstrap github-app` | Create a GitHub application and secrets in the `pipelines-as-code` namespace.
58+
| `tkn pac bootstrap github-app` | Create a GitHub application and secrets in the `openshift-pipelines` namespace.
5959

6060
|===
6161

modules/op-using-pipelines-as-code-with-bitbucket-cloud.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ tkn pac create repo
6969
+
7070
[source,terminal]
7171
----
72-
$ echo https://$(oc get route -n pipelines-as-code pipelines-as-code-controller -o jsonpath='{.spec.host}')
72+
$ echo https://$(oc get route -n openshift-pipelines pipelines-as-code-controller -o jsonpath='{.spec.host}')
7373
----
7474

7575
... On Bitbucket Cloud, perform the following steps:
@@ -120,8 +120,8 @@ spec:
120120
* The `tkn pac create` and `tkn pac bootstrap` commands are not supported on Bitbucket Cloud.
121121
122122
* Bitbucket Cloud does not support webhook secrets. To secure the payload and prevent hijacking of the CI, {pac} fetches the list of Bitbucket Cloud IP addresses and ensures that the webhook receptions come only from those IP addresses.
123-
** To disable the default behavior, set the `bitbucket-cloud-check-source-ip key` to `false` in the {pac} config map for the `pipelines-as-code` namespace.
124-
** To allow additional safe IP addresses or networks, add them as comma separated values to the `bitbucket-cloud-additional-source-ip` key in the {pac} config map for the `pipelines-as-code` namespace.
123+
** To disable the default behavior, set the `bitbucket-cloud-check-source-ip key` to `false` in the {pac} config map for the `openshift-pipelines` namespace.
124+
** To allow additional safe IP addresses or networks, add them as comma separated values to the `bitbucket-cloud-additional-source-ip` key in the {pac} config map for the `openshift-pipelines` namespace.
125125
====
126126

127127
. Optional: For an existing `Repository` CR, add multiple Bitbucket Cloud Webhook secrets or provide a substitute for a deleted secret.

modules/op-using-pipelines-as-code-with-bitbucket-server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If your organization or project uses Bitbucket Server as the preferred platform,
2929
+
3030
[source,terminal]
3131
----
32-
$ echo https://$(oc get route -n pipelines-as-code pipelines-as-code-controller -o jsonpath='{.spec.host}')
32+
$ echo https://$(oc get route -n openshift-pipelines pipelines-as-code-controller -o jsonpath='{.spec.host}')
3333
----
3434

3535
. On Bitbucket Server, perform the following steps:

modules/op-using-pipelines-as-code-with-github-webhook.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $ tkn pac create repo
9595
+
9696
[source,terminal]
9797
----
98-
$ echo https://$(oc get route -n pipelines-as-code pipelines-as-code-controller -o jsonpath='{.spec.host}')
98+
$ echo https://$(oc get route -n openshift-pipelines pipelines-as-code-controller -o jsonpath='{.spec.host}')
9999
----
100100

101101
... On your GitHub repository or organization, perform the following steps:

modules/op-using-pipelines-as-code-with-gitlab.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ tkn pac create repo
6666
+
6767
[source,terminal]
6868
----
69-
$ echo https://$(oc get route -n pipelines-as-code pipelines-as-code-controller -o jsonpath='{.spec.host}')
69+
$ echo https://$(oc get route -n openshift-pipelines pipelines-as-code-controller -o jsonpath='{.spec.host}')
7070
----
7171

7272
... On your GitLab project, perform the following steps:

0 commit comments

Comments
 (0)