added actualbudget

This commit is contained in:
kisfenyo
2025-12-18 14:56:55 +01:00
parent e5492ec685
commit 87106162bb
2 changed files with 171 additions and 0 deletions
+23
View File
@@ -81,3 +81,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# ActualBudget
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: actualbudget
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: actualbudget-system
destination:
server: https://kubernetes.default.svc
namespace: actualbudget-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---