Skip to content

Commit

Permalink
feat(tekton): add hello-goodbye pipeline #2242
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 13, 2023
1 parent b7a56fd commit b18e67c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kubernetes/talos-flux/apps/devops/tekton/pipelines/goodbye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,15 @@ spec:
params:
- name: username
value: $(params.username)
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/redhat-developer/vscode-tekton/main/scheme/tekton.dev/v1beta1_PipelineRun.json
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
name: hello-goodbye-run
spec:
pipelineRef:
name: hello-goodbye
params:
- name: username
value: "Tekton"

0 comments on commit b18e67c

Please sign in to comment.