forked from konflux-ci/konflux-ci
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rpa.yaml
30 lines (30 loc) · 834 Bytes
/
rpa.yaml
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
---
apiVersion: appstudio.redhat.com/v1alpha1
kind: ReleasePlanAdmission
metadata:
name: test-component
labels:
release.appstudio.openshift.io/auto-release: 'true'
spec:
applications:
- test-component
data:
mapping:
components:
- name: test-component
repository: registry-service.kind-registry/test-component-release
tags:
- latest
origin: user-ns2
pipeline:
pipelineRef:
resolver: git
params:
- name: url
value: "https://github.com/konflux-ci/release-service-catalog.git"
- name: revision
value: 806af0c14399c7b2b4ef357e884d6cbcb255e5f9
- name: pathInRepo
value: "pipelines/push-to-external-registry/push-to-external-registry.yaml"
serviceAccountName: appstudio-pipeline
policy: default