This commit is contained in:
2025-08-04 01:44:57 +00:00
parent 569f8d3631
commit ac3d1cc6a7
3 changed files with 35 additions and 0 deletions

12
hello-pipeline.yaml Normal file
View 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