19 lines
418 B
YAML

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