mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
c199715276
commit
59dd4dcda2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user