From 130da5c76de47473e20a05f123d600cd382ce537 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 02:20:13 +0900 Subject: [PATCH] CHORE(repo): remove self-referencing application.yaml - Delete application.yaml (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 12a4471..0000000 --- a/application.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: security - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - - source: - repoURL: https://github.com/K3S-HOME/security.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