Files
platform/tekton/ci-cd/manifests/kustomization.yaml
Mayne0213 a31b2b1a55 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
2026-01-07 16:30:22 +09:00

17 lines
377 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Secrets
- secrets/zot-registry-secret.yaml
- secrets/github-credentials.yaml
# Tasks
- tasks/git-clone.yaml
- tasks/buildah-build-push.yaml
# Pipelines
- pipelines/nextjs-pipeline.yaml
- pipelines/fastapi-pipeline.yaml
- pipelines/python-pipeline.yaml
# Triggers
- triggers/