initial commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: tutorial-pipeline-
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: tutorial-pipeline
|
||||
workspaces:
|
||||
- name: myworkspace
|
||||
volumeClaimTemplate:
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Mi
|
||||
Reference in New Issue
Block a user