forked from jfrogtraining/red-hat-openshift-tekton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline-run.yaml
30 lines (30 loc) · 896 Bytes
/
pipeline-run.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: tekton.dev/v1beta1
kind: PipelineRun
metadata:
name: build-demo-app-run
spec:
pipelineRef:
name: npm-docker-rt-pipeline
serviceAccountName: 'default'
params:
- name: rturl
value: https://swampup-swampup.apps.swampup-red-hat.openshiftk8s.com/artifactory
- name: server
value: swampup-swampup.apps.swampup-red-hat.openshiftk8s.com
- name: username
value: admin
- name: apikey
value: AKCp8ii9LdmkGYCGgcoADWNbJuYAfZS4srYwhYd9RwJo1rz3nYWTn9ZvufvHNUrxpZVZ8mDLD
- name: serverid
value: openshift-rt-server
- name: image
value: "swampup-swampup.apps.swampup-red-hat.openshiftk8s.com/swampup-docker/demo-docker-app"
workspaces:
- name: shared-workspace
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi