2023-12-07 16:36:57 +01:00

20 lines
414 B
YAML

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