added plantit

This commit is contained in:
2026-01-02 14:36:07 +01:00
parent 8936039d93
commit 99e2f04906
2 changed files with 421 additions and 0 deletions
+22
View File
@@ -723,4 +723,26 @@ spec:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---
# Plantit
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: plantit
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: plantit-system
destination:
server: https://kubernetes.default.svc
namespace: plantit-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---