# 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