20 lines
431 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: external-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git
targetRevision: main
path: infrastructure/external
destination:
server: https://kubernetes.default.svc
namespace: external
syncPolicy:
automated:
prune: true
selfHeal: true