From aff0765b97d1c7b788e36b646a82a6fb3380fdfa Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 02:20:11 +0900 Subject: [PATCH] CHORE(repo): remove application.yaml - Delete application.yaml file - Application now managed by platform --- application.yaml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 application.yaml diff --git a/application.yaml b/application.yaml deleted file mode 100644 index 235e9b3..0000000 --- a/application.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: applications - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - - source: - repoURL: https://github.com/K3S-HOME/applications.git - targetRevision: main - path: . - - destination: - server: https://kubernetes.default.svc - namespace: argocd - - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m - - revisionHistoryLimit: 10