From 1fce183187a05d4bd7a84996f247fb14ff1572b0 Mon Sep 17 00:00:00 2001 From: "stephan.lo" Date: Mon, 26 May 2025 13:26:59 +0000 Subject: [PATCH] fix(vector): use correct deployment name for vector --- template/stacks/core/vector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/core/vector.yaml b/template/stacks/core/vector.yaml index 7371b9b..6743b7b 100644 --- a/template/stacks/core/vector.yaml +++ b/template/stacks/core/vector.yaml @@ -1,7 +1,7 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: argocd + name: vector namespace: argocd labels: env: dev