|
1 | 1 | # create-advisory-task |
2 | 2 |
|
3 | | -Pushes an advisory yaml to a Git repository. The task will always exit 0 even if something fails. This is because the task result |
4 | | -will not be set if the task fails, and the task result should always be set and propagated back to the cluster that creates the |
5 | | -internal request. The success/failure is handled in the task creating the internal request. |
| 3 | +Pushes an advisory yaml to a Git repository. |
| 4 | +The task will always exit 0 even if something fails. This is because the task result will not be |
| 5 | +set if the task fails, and the task result should always be set and propagated back to the cluster |
| 6 | +that creates the internal request. The success/failure is handled in the task creating the internal |
| 7 | +request. |
6 | 8 |
|
7 | 9 | ## Parameters |
8 | 10 |
|
9 | | -| Name | Description | Optional | Default value | |
10 | | -|--------------------------------|--------------------------------------------------------------------------------------------------------|----------|---------------| |
11 | | -| advisory_json | String containing a JSON representation of the advisory data (e.g. '{"product_id":123,"type":"RHSA"}') | No | - | |
12 | | -| application | Application being released | No | - | |
13 | | -| origin | The origin workspace where the release CR comes from. This is used to determine the advisory path | No | - | |
14 | | -| contentType | The contentType of the release artifact. One of [image|binary|generic] | Yes | image | |
15 | | -| config_map_name | The name of the configMap that contains the signing key | No | - | |
16 | | -| advisory_secret_name | The name of the secret that contains the advisory creation metadata | No | - | |
17 | | -| errata_secret_name | The name of the secret that contains the errata service account metadata | No | - | |
18 | | -| internalRequestPipelineRunName | Name of the PipelineRun that called this task | No | - | |
| 11 | +| Name | Description | Optional | Default value | |
| 12 | +|--------------------------------|---------------------------------------------------------------------------------------------------------|----------|---------------| |
| 13 | +| advisory_json | String containing a JSON representation of the advisory data (e.g. '{"product_id":123,"type":"RHSA"}'). | No | - | |
| 14 | +| application | Application being released | No | - | |
| 15 | +| origin | The origin workspace where the release CR comes from. This is used to determine the advisory path | No | - | |
| 16 | +| config_map_name | The name of the configMap that contains the signing key | No | - | |
| 17 | +| advisory_secret_name | The name of the secret that contains the advisory creation metadata | No | - | |
| 18 | +| errata_secret_name | The name of the secret that contains the errata service account metadata | No | - | |
| 19 | +| internalRequestPipelineRunName | Name of the PipelineRun that called this task | No | - | |
| 20 | +| contentType | The contentType of the release artifact. One of [image|binary|generic] | Yes | image | |
0 commit comments