track elastic-system with argo

This commit is contained in:
2026-01-06 03:23:30 +02:00
parent 54ff82a3f5
commit bd4ed21e25

View File

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