From 83195cc317ec9b0b8aa2f562bea5ea8e912be680 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Thu, 1 May 2025 05:36:48 -0500 Subject: [PATCH] update --- infra/argocd/templates/renovate.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 infra/argocd/templates/renovate.yaml diff --git a/infra/argocd/templates/renovate.yaml b/infra/argocd/templates/renovate.yaml new file mode 100644 index 0000000..659d61f --- /dev/null +++ b/infra/argocd/templates/renovate.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: renovate + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: infra/renovate + destination: + namespace: renovate + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true