You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
605 B
24 lines
605 B
apiVersion: tekton.dev/v1beta1
|
|
kind: PipelineRun
|
|
metadata:
|
|
name: demo-appdev-initial
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "2"
|
|
spec:
|
|
serviceAccountName: tekton-robot
|
|
pipelineRef:
|
|
name: demo-appdev
|
|
params:
|
|
- name: gitRepositoryURL
|
|
value: https://github.com/nmasse-itix/demo-appdev.git
|
|
- name: outputContainerImage
|
|
value: image-registry.openshift-image-registry.svc:5000/demo-appdev/function
|
|
workspaces:
|
|
- name: scratch
|
|
volumeClaimTemplate:
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|
|
|