From 27b283cc3fb92c77ec5fb5a931b35f41212758d1 Mon Sep 17 00:00:00 2001 From: plf1996 Date: Tue, 23 Jun 2026 09:17:23 +0800 Subject: [PATCH] chore: remove argocd, keep gitea actions only --- argocd/application.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 argocd/application.yaml diff --git a/argocd/application.yaml b/argocd/application.yaml deleted file mode 100644 index a0af327..0000000 --- a/argocd/application.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: fastapi-demo - namespace: argocd -spec: - project: default - source: - repoURL: https://git.plfai.cn/test/fastapi-demo.git - targetRevision: main - path: k8s - destination: - server: https://kubernetes.default.svc - namespace: fastapi-demo - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true