fix(vector): use correct deployment name for vector
This commit is contained in:
parent
654daa1743
commit
1fce183187
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd
|
name: vector
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
env: dev
|
env: dev
|
||||||
|
|
Loading…
Reference in a new issue