Files
platform/kustomization.yaml
Mayne0213 fa63d0f86a feat: add Gitea credentials and Actions runner
- Add gitea-creds ExternalSecret for ArgoCD authentication to Gitea
- Enable Gitea Actions in helm-values.yaml
- Add gitea-runner deployment for CI/CD

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 20:38:03 +09:00

14 lines
278 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
- gitea-runner/argocd.yaml