forked from konflux-ci/release-service-catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrpa.yaml
More file actions
57 lines (57 loc) · 1.65 KB
/
Copy pathrpa.yaml
File metadata and controls
57 lines (57 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ReleasePlanAdmission
metadata:
name: ${release_plan_admission_name}
labels:
originating-tool: "${originating_tool}"
spec:
applications:
- ${application_name}
data:
jira:
jiraAdvisorySecret: advisory-jira-secret-${component_name}
cgw:
cgwSecret: publish-to-cgw-secret-${component_name}
atlas:
server: stage
atlas-sso-secret-name: atlas-staging-sso-secret-${component_name}
atlas-retry-aws-secret-name: atlas-retry-s3-staging-secret-${component_name}
pyxis:
server: stage
secret: pyxis-${component_name}
sign:
configMapName: "hacbs-signing-pipeline-config-staging-e2e-pq"
cosignSecretName: "konflux-cosign-signing-stage-${component_name}"
mapping:
defaults:
tags:
- latest
pushSourceContainer: true
components:
- name: ${component_name}
repositories:
- url: quay.io/redhat-pending/rhtap----rh-advisories-component
releaseNotes:
product_id:
- 999
product_name: Red Hat Comp2
product_version: '1.0.1'
cpe: 'cpe:/a:redhat:comp2:1::appstream'
product_stream: comp2-1.0
origin: ${tenant_namespace}
pipeline:
pipelineRef:
params:
- name: url
value: "${RELEASE_CATALOG_GIT_URL}"
- name: revision
value: "${RELEASE_CATALOG_GIT_REVISION}"
- name: pathInRepo
value: pipelines/managed/rh-advisories/rh-advisories.yaml
resolver: git
serviceAccountName: ${managed_sa_name}
timeouts:
pipeline: 4h0m0s
tasks: 4h0m0s
policy: standard-${component_name}