From 51ba7c0363b9cf5bc7f5fd700936880bd1972d68 Mon Sep 17 00:00:00 2001 From: xavor Date: Sat, 3 May 2025 11:11:06 +0000 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20ip=20updater?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/dynu-updater.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/dynu-updater.yaml diff --git a/apps/dynu-updater.yaml b/apps/dynu-updater.yaml new file mode 100644 index 0000000..d8c9d28 --- /dev/null +++ b/apps/dynu-updater.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: dynu-updater + namespace: argocd +spec: + project: default + source: + repoURL: 'https://git.manabo.org/xavor/k8s-dynu-updater.git' + targetRevision: HEAD + path: . + destination: + server: 'https://kubernetes.default.svc' + namespace: dynu-updater + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true