From 414980247747f2c2c82d4cd60c0be5ee29af9f79 Mon Sep 17 00:00:00 2001 From: CTO Agent Date: Sun, 12 Jul 2026 10:49:25 +0000 Subject: [PATCH] Remove old stack-basicstack-de complex sync manifest The old recursive directory sync has been replaced with individual Application manifests. The Application resource was deleted from the cluster and this file is no longer needed. Related: DEV-287 Co-Authored-By: Paperclip --- apps/app-stack-basicstack-de.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 apps/app-stack-basicstack-de.yaml diff --git a/apps/app-stack-basicstack-de.yaml b/apps/app-stack-basicstack-de.yaml deleted file mode 100644 index 9ac1c6a..0000000 --- a/apps/app-stack-basicstack-de.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# DISABLED: Replaced with individual app syncs (see app-*.yaml files) -# This complex recursive sync has been decomposed into individual application syncs -# for better control and visibility. Each app now has its own app-.yaml file. -# -# apiVersion: argoproj.io/v1alpha1 -# kind: Application -# metadata: -# name: stack-basicstack-de -# namespace: argocd -# spec: -# project: default -# source: -# repoURL: git@forgejo.forgejo.svc.cluster.local:basicstack/stack.basicstack.de.git -# targetRevision: main -# path: apps -# directory: -# recurse: true -# exclude: 'argocd/**' -# destination: -# server: https://kubernetes.default.svc -# syncPolicy: -# automated: -# prune: false # Manual approval for deletions -# selfHeal: true -# syncOptions: -# - CreateNamespace=true