sync namespace names with directory names

This commit is contained in:
2025-08-07 18:29:03 +03:00
parent d74e4fd76f
commit fb4eb6e285

View File

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