removed pastefy

This commit is contained in:
2026-01-04 10:19:14 +01:00
parent f1e5880363
commit f0b14affb3
2 changed files with 0 additions and 356 deletions
-22
View File
@@ -702,28 +702,6 @@ 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
---
# Plantit
apiVersion: argoproj.io/v1alpha1
kind: Application