Files
kube/argocd/applications/kube-system.yaml
2025-08-07 18:27:59 +03:00

21 lines
426 B
YAML

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