Files
sova-deploy/argocd/app-of-apps.yaml
T
2026-05-27 19:36:33 +03:00

19 lines
385 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sova-root
namespace: argocd
spec:
project: default
source:
repoURL: http://git.sova.local/sova/sova-deploy.git
targetRevision: main
path: argocd/apps
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true