root-app: Use directory.recurse for applications

This commit is contained in:
2026-02-21 02:11:00 +05:30
parent b2a0a2628c
commit 356f78cd75
4 changed files with 3 additions and 9 deletions
-8
View File
@@ -1,8 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# add-ons
- add-ons/traefik.yaml
# services
- services/app-autoregexbot.yaml
+3 -1
View File
@@ -8,7 +8,9 @@ spec:
source: source:
repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git repoURL: https://gitea.whyredfire.tech/whyredfire/gitops.git
targetRevision: main targetRevision: main
path: applications path: applications/
directory:
recurse: true
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: argocd namespace: argocd