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
@@ -1,20 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: scriptscribe
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/whyredfire/scriptscribe
targetRevision: main
path: k8s
destination:
server: https://kubernetes.default.svc
namespace: scriptscribe
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true