add pastebin to apps

This commit is contained in:
Aaron Riedel 2024-10-04 19:45:15 +02:00
parent 04a8b368cc
commit 043f43fbab
Signed by: aaron
GPG key ID: 643004654D40D577
3 changed files with 195 additions and 87 deletions

View file

@ -28,3 +28,24 @@ spec:
- CreateNamespace=true
automated:
prune: false
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: paste
namespace: argocd
spec:
project: default
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: paste
destination:
server: https://kubernetes.default.svc
namespace: paste
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: false
prune: false