Add Actual budget

This commit is contained in:
Ruben Hensen
2026-02-28 22:27:14 +01:00
parent 2686541c66
commit b295e3b10b
2 changed files with 86 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: actual-budget
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: actual-budget
destination:
server: https://kubernetes.default.svc
namespace: actual-budget
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true