Skip to content

Commit 1367059

Browse files
authored
Merge pull request #53076 from shipsing/RHDEVDOCS-4755
RHDEVDOCS-4755: Added new parameters in the Pipeline as Code configur…
2 parents 9794a20 + 1b71885 commit 1367059

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,32 @@ 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 `pipelines-as-code` namespace.
2121

22-
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. |
22+
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

2424
| `secret-auto-create` | Indicates whether or not a secret should be automatically created using the token generated in the GitHub application. This secret can then be used with private repositories. | `enabled`
2525

2626
| `remote-tasks` | When enabled, allows remote tasks from pipeline run annotations. | `enabled`
2727

2828
| `hub-url` | The base URL for the link:https://api.hub.tekton.dev/v1[Tekton Hub API]. | `https://hub.tekton.dev/`
2929

30+
| `hub-catalog-name` | The Tekton Hub catalog name. | `tekton`
31+
32+
| `tekton-dashboard-url` | The URL of the Tekton Hub dashboard. Pipelines as Code uses this URL to generate a `PipelineRun` URL on the Tekton Hub dashboard. | NA
33+
34+
| `bitbucket-cloud-check-source-ip` | Indicates whether to secure the service requests by querying IP ranges for a public bitbucket. Changing the parameter's default value might result into a security issue. | `enabled`
35+
36+
| `bitbucket-cloud-additional-source-ip` | Indicates whether to provide an additional set of IP ranges or networks, which are separated by commas. | NA
37+
38+
| `max-keep-run-upper-limit` | A maximum limit for the `max-keep-run` value for a pipeline run. | NA
39+
40+
| `default-max-keep-runs` | A default limit for the `max-keep-run` value for a pipeline run. If defined, the value is applied to all pipeline runs that do not have a `max-keep-run` annotation. | NA
41+
42+
| `auto-configure-new-github-repo` | Configures new GitHub repositories automatically. Pipelines as Code sets up a namespace and creates a custom resource for your repository. This parameter is only supported with GitHub applications. | `disabled`
43+
44+
| `auto-configure-repo-namespace-template` | Configures a template to automatically generate the namespace for your new repository, if `auto-configure-new-github-repo` is enabled. | `{repo_name}-pipelines`
45+
46+
| `error-log-snippet` | Enables or disables the view of a log snippet for the failed tasks, with an error in a pipeline. You can disable this parameter in the case of data leakage from your pipeline. | `enabled`
47+
3048
|===

0 commit comments

Comments
 (0)