Files
kubernetes/dev/tekton/examples/hello-world/pipeline-run.yaml
2025-11-23 18:58:51 +01:00

11 lines
179 B
YAML
Executable File

apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
name: hello-goodbye-run
spec:
pipelineRef:
name: hello-goodbye
params:
- name: username
value: "Allard"