fix project
This commit is contained in:
parent
946c35d074
commit
75c0e714c1
@ -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:
|
||||
- '*'
|
||||
- '*'
|
||||
destinations:
|
||||
- '*'
|
Loading…
x
Reference in New Issue
Block a user