Files
platform/kustomization.yaml
Mayne0213 81c42f67e9 REFACTOR(argocd): merge image-updater into argocd
- Move image-updater Application to argocd folder
- Move helm-values and secrets to argocd
- Remove separate argocd-image-updater folder
- Update kustomization references
2026-01-10 19:44:02 +09:00

15 lines
311 B
YAML

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