k8s-platform/argocd-apps/root-app.yaml

18 lines
416 B
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
2026-06-22 18:54:45 +00:00
kind: Application
metadata:
name: platform-root
namespace: argocd
spec:
project: platform
source:
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
2026-06-22 18:54:45 +00:00
targetRevision: main
path: argocd-apps
2026-06-22 18:54:45 +00:00
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: false
selfHeal: true