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