added pastefy

This commit is contained in:
2026-01-02 13:32:57 +01:00
parent b3424956f3
commit 8936039d93
2 changed files with 323 additions and 0 deletions
+22
View File
@@ -702,3 +702,25 @@ spec:
- CreateNamespace=true
- PruneLast=true
---
# Pastefy
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pastefy
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: homelab
source:
repoURL: https://gitea.dooplex.hu/admin/homelab-manifests.git
targetRevision: main
path: pastefy-system
destination:
server: https://kubernetes.default.svc
namespace: pastefy-system
syncPolicy:
syncOptions:
- CreateNamespace=true
- PruneLast=true
---