From 6ad6558c42625c7bd997dfd09c31aabfc3262b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Sat, 30 May 2026 15:54:29 -0700 Subject: [PATCH] fix: enable recursive directory sync in ArgoCD app --- k8s/argocd-app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/argocd-app.yaml b/k8s/argocd-app.yaml index 07b75d9..bf648e0 100644 --- a/k8s/argocd-app.yaml +++ b/k8s/argocd-app.yaml @@ -9,6 +9,8 @@ spec: repoURL: https://git.ctz.fyi/zoe/autojanet.git targetRevision: mainline path: k8s + directory: + recurse: true destination: server: https://kubernetes.default.svc namespace: autojanet