- 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>
14 lines
278 B
YAML
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
|