Add rotmower

This commit is contained in:
2025-11-18 18:55:22 +02:00
parent addf02c355
commit ae0b3d3939
2 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rotmower
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: rotmower
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: rotmower
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true