Enable directory recursion for Cilium manifests source

Network policies in the network-policies/ subdirectory were not being
synced because ArgoCD was not recursing into subdirectories.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-12 23:35:09 -05:00
co-authored by Claude Opus 4.6
parent c199715276
commit 59dd4dcda2
+2
View File
@@ -42,6 +42,8 @@ spec:
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
targetRevision: main targetRevision: main
path: infrastructure/cilium/manifests path: infrastructure/cilium/manifests
directory:
recurse: true
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: kube-system namespace: kube-system