chore: removed pipelines

This commit is contained in:
eding 2026-02-08 03:04:48 +01:00
parent 3288087310
commit 8c5d45180e

View file

@ -1,23 +0,0 @@
apiVersion: triggers.tekton.dev/v1beta1
kind: EventListener
metadata:
name: cicd-listener
namespace: tekton-pipelines
spec:
serviceAccountName: tekton-triggers-sa # Needs RBAC to start PipelineRuns
triggers:
- name: github-push
interceptors:
- ref:
name: github
params:
- name: secretRef
value:
secretName: webhook-secret
secretKey: token
- name: eventTypes
value: ["push"]
bindings:
- ref: git-binding # Maps JSON payload to Params
template:
ref: build-template # Creates the PipelineRun