kube/argocd/applications/passmower.yaml

19 lines
369 B
YAML
Raw Normal View History

2025-01-01 22:48:43 +00:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: passmower
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: passmower
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: passmower
2025-01-01 23:19:22 +00:00
syncPolicy:
automated:
prune: true