k8s-apps/argocd-apps/namespaces.yaml
root a3970deb24 Add app-of-apps: declarative Application definitions + root app
- argocd-apps/ directory with 7 Application YAMLs matching current specs
- root-app.yaml to manage all Applications from git
- Finalizers added for proper cleanup on deletion
2026-02-14 15:06:02 +01:00

20 lines
427 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: namespaces
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: http://10.10.10.1:3000/claude/k8s-apps.git
targetRevision: main
path: apps/namespaces
destination:
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
selfHeal: true