added romm

This commit is contained in:
2026-01-02 16:14:06 +01:00
parent 918d341e07
commit 2c2042da00
2 changed files with 324 additions and 0 deletions
+22
View File
@@ -767,4 +767,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Arcade (ROMM)
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: arcade
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: arcade-system
destination:
server: https://kubernetes.default.svc
namespace: arcade-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---