- Delete gitea-runner ArgoCD application and manifests - Remove kustomization.yaml reference - Migrate CI/CD to Tekton pipelines
19 lines
402 B
YAML
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
|