added opengist

This commit is contained in:
2026-01-04 10:34:47 +01:00
parent f0b14affb3
commit c159c378f0
2 changed files with 221 additions and 0 deletions
+22
View File
@@ -811,4 +811,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Opengist
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: Pastes
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: opengist-system
destination:
server: https://kubernetes.default.svc
namespace: opengist-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---