From ae96124e62c7825eec8d3e63121791f9bd8aefdf Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 12 Jul 2026 01:11:29 +0000 Subject: [PATCH] Eliminar application.yaml --- application.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 application.yaml diff --git a/application.yaml b/application.yaml deleted file mode 100644 index 66df14a..0000000 --- a/application.yaml +++ /dev/null @@ -1,18 +0,0 @@ -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