Files
platform/kustomization.yaml
Mayne0213 2f4ec4ed64 CHORE(gitea-runner): remove gitea-runner component
- Delete gitea-runner ArgoCD application and manifests
- Remove kustomization.yaml reference
- Migrate CI/CD to Tekton pipelines
2026-01-11 23:03:22 +09:00

19 lines
402 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Platform self-reference
- application.yaml
# Core infrastructure
- traefik/argocd.yaml
- argocd/argocd.yaml
- argocd/image-updater.yaml
- gitea/argocd.yaml
# Tekton CI/CD Platform
- tekton/pipeline/argocd.yaml
- tekton/triggers/argocd.yaml
- tekton/dashboard/argocd.yaml
- tekton/ci-cd/argocd.yaml