
This patchset copies the development-pipeline and standard-container into the sample network mongodb directory to begin testing the pipeline and standard-container in a namespace created by jarvis-system. Change-Id: I8448a122e8da218752ea57b15fb2983881e90ec9
22 lines
546 B
YAML
22 lines
546 B
YAML
apiVersion: tekton.dev/v1beta1
|
|
kind: PipelineRun
|
|
metadata:
|
|
generateName: development-pipeline-run
|
|
spec:
|
|
pipelineRef:
|
|
name: development-pipeline
|
|
serviceAccountName: sa-development-pipeline
|
|
workspaces:
|
|
- name: k8s_cluster_data
|
|
configMap:
|
|
name: deployment-flow
|
|
- name: development_pipeline_data
|
|
volumeClaimTemplate:
|
|
spec:
|
|
storageClassName: standard
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|