fix project
This commit is contained in:
		| @@ -13,6 +13,9 @@ spec: | |||||||
|   # Allow manifests to deploy from any Git repos |   # Allow manifests to deploy from any Git repos | ||||||
|   sourceRepos: |   sourceRepos: | ||||||
|     - '*' |     - '*' | ||||||
|  |   destinations: # allow all namespaces | ||||||
|  |     - '*' | ||||||
|  |  | ||||||
| --- | --- | ||||||
| apiVersion: argoproj.io/v1alpha1 | apiVersion: argoproj.io/v1alpha1 | ||||||
| kind: AppProject | kind: AppProject | ||||||
| @@ -24,8 +27,10 @@ metadata: | |||||||
|     - resources-finalizer.argocd.argoproj.io |     - resources-finalizer.argocd.argoproj.io | ||||||
| spec: | spec: | ||||||
|   # Project description |   # Project description | ||||||
|   description: Infrastructure applications |   description: Other applications | ||||||
|  |  | ||||||
|   # Allow manifests to deploy from any Git repos |   # Allow manifests to deploy from any Git repos | ||||||
|   sourceRepos: |   sourceRepos: | ||||||
|     - '*' |     - '*' | ||||||
|  |   destinations: | ||||||
|  |     - '*' | ||||||
		Reference in New Issue
	
	Block a user