root-app: Use directory.recurse for applications

This commit is contained in:
2026-02-21 02:09:06 +05:30
parent b2a0a2628c
commit d12db3c9b7
4 changed files with 2 additions and 8 deletions
@@ -0,0 +1,20 @@
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