initial commit
This commit is contained in:
10
dev/tekton/examples/hello-world/pipeline-run.yaml
Executable file
10
dev/tekton/examples/hello-world/pipeline-run.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
name: hello-goodbye-run
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: hello-goodbye
|
||||
params:
|
||||
- name: username
|
||||
value: "Allard"
|
||||
Reference in New Issue
Block a user