k8s-config/runs/test-report-pipeline.yaml

20 lines
422 B
YAML

apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: test-report-pipeline-
namespace: j7s-ci
spec:
pipelineRef:
name: test-report-pipeline
workspaces:
- name: shared-data
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
- name: git-credentials
secret:
secretName: git-credentials