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