stack.basicstack.de/apps/app-stack-basicstack-de.yaml
CTO Agent a4657317f2 Simplify argocd exclusion pattern to fix discovery issue
Change from multiline exclude with **/ pattern to simple single-line
'argocd/**' pattern relative to apps/ path.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-07-12 09:29:53 +00:00

22 lines
536 B
YAML

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