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