From 75c0e714c1a10fc1a55e2d4b451376d4ba733932 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 27 Nov 2023 21:26:06 +0100 Subject: [PATCH] fix project --- kluster-deployments/projects.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kluster-deployments/projects.yaml b/kluster-deployments/projects.yaml index 809b52c..f2ad309 100644 --- a/kluster-deployments/projects.yaml +++ b/kluster-deployments/projects.yaml @@ -12,7 +12,10 @@ spec: # Allow manifests to deploy from any Git repos sourceRepos: - - '*' + - '*' + destinations: # allow all namespaces + - '*' + --- apiVersion: argoproj.io/v1alpha1 kind: AppProject @@ -24,8 +27,10 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: # Project description - description: Infrastructure applications + description: Other applications # Allow manifests to deploy from any Git repos sourceRepos: - - '*' \ No newline at end of file + - '*' + destinations: + - '*' \ No newline at end of file