Files
tekton-demo/hello-pipelinerun.yaml
2025-08-04 01:44:57 +00:00

11 lines
177 B
YAML

# hello-pipelinerun.yaml
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
name: hello-pipelinerun
namespace: tekton-demo
spec:
pipelineRef:
name: hello-pipeline