diff --git a/argocd/applications/elastic-system.yaml b/argocd/applications/elastic-system.yaml new file mode 100644 index 0000000..3ea25ea --- /dev/null +++ b/argocd/applications/elastic-system.yaml @@ -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