update
This commit is contained in:
12
hello-pipeline.yaml
Normal file
12
hello-pipeline.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# hello-pipeline.yaml
|
||||
apiVersion: tekton.dev/v1
|
||||
kind: Pipeline
|
||||
metadata:
|
||||
name: hello-pipeline
|
||||
namespace: tekton-demo
|
||||
spec:
|
||||
tasks:
|
||||
- name: run-hello
|
||||
taskRef:
|
||||
name: hello-task
|
||||
|
Reference in New Issue
Block a user