Files
platform/kustomization.yaml
Mayne0213 f80b1be770 CHORE(argocd): remove app-of-apps.yaml
- Remove manual deployment file
- Now managed via GitOps
2026-01-09 21:43:56 +09:00

13 lines
263 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Platform self-reference
- application.yaml
# Core infrastructure
- cert-manager/argocd.yaml
- traefik/argocd.yaml
- argocd-image-updater/argocd.yaml
- argocd/argocd.yaml