FEAT(tekton): add Tekton Triggers for GitHub webhooks

- Add EventListener for GitHub push events
- Add TriggerBinding for payload parsing
- Add TriggerTemplates for Next.js and FastAPI
- Add RBAC for trigger service account
- Add ExternalSecret for webhook secret from Vault
- Add Ingress at tekton0213.kro.kr/hooks
This commit is contained in:
2026-01-07 16:30:22 +09:00
parent 892b5dc815
commit a31b2b1a55
8 changed files with 315 additions and 0 deletions

View File

@@ -12,3 +12,5 @@ resources:
- pipelines/nextjs-pipeline.yaml
- pipelines/fastapi-pipeline.yaml
- pipelines/python-pipeline.yaml
# Triggers
- triggers/