From 75fbd64ca969b080b1475e849a42a20bd0e714e5 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Tue, 7 Jun 2022 15:13:56 +0200 Subject: [PATCH] feat: deployment --- config/cusprod/smardigo-mobene.yml | 2 +- config/cusqa/smardigo-mobene.yml | 2 +- config/nsodev/smardigo-mobene.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cusprod/smardigo-mobene.yml b/config/cusprod/smardigo-mobene.yml index 3f658c9..00ef9b1 100644 --- a/config/cusprod/smardigo-mobene.yml +++ b/config/cusprod/smardigo-mobene.yml @@ -9,7 +9,7 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: # The project the application belongs to. - project: default + project: cus-mobene # Source of the application manifests source: # Can point to either a Helm chart repo or a git repo. diff --git a/config/cusqa/smardigo-mobene.yml b/config/cusqa/smardigo-mobene.yml index 10225b3..11aa545 100644 --- a/config/cusqa/smardigo-mobene.yml +++ b/config/cusqa/smardigo-mobene.yml @@ -9,7 +9,7 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: # The project the application belongs to. - project: default + project: cus-mobene # Source of the application manifests source: # Can point to either a Helm chart repo or a git repo. diff --git a/config/nsodev/smardigo-mobene.yml b/config/nsodev/smardigo-mobene.yml index ea80730..4e9b24e 100644 --- a/config/nsodev/smardigo-mobene.yml +++ b/config/nsodev/smardigo-mobene.yml @@ -9,7 +9,7 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: # The project the application belongs to. - project: default + project: cus-mobene # Source of the application manifests source: # Can point to either a Helm chart repo or a git repo.