From 9a189e7cde2ba816b02b4dc405d764ae8be0f2cf Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 12 Jul 2026 02:52:37 +0000 Subject: [PATCH] revert ae96124e62c7825eec8d3e63121791f9bd8aefdf revert Eliminar application.yaml --- application.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 application.yaml diff --git a/application.yaml b/application.yaml new file mode 100644 index 0000000..66df14a --- /dev/null +++ b/application.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: root-apps-registry + namespace: argocd +spec: + project: default + source: + repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git' + path: apps # Vigilará todo lo que esté dentro de la carpeta apps/ + targetRevision: main + destination: + server: 'https://kubernetes.default.svc' + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true \ No newline at end of file