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

18 lines
417 B
YAML
Raw Normal View History

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