Files
Homelabv4/bootstrap.yaml
T
2026-03-09 20:21:35 -05:00

25 lines
492 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: <GIT_REPO_URL>
targetRevision: main
path: argocd-apps
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true