initial commit
This commit is contained in:
11
dev/tekton/examples/workspaces/pipeline-run.yaml
Executable file
11
dev/tekton/examples/workspaces/pipeline-run.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: pr-different-path-
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: pipeline-using-different-subpaths
|
||||
workspaces:
|
||||
- name: ws
|
||||
persistentVolumeClaim:
|
||||
claimName: workspace-pvc
|
||||
Reference in New Issue
Block a user