Add argocd project yaml

This commit is contained in:
2024-04-13 21:13:43 +02:00
parent 36b34a161f
commit 504de2fc2e
2 changed files with 15 additions and 0 deletions

14
deployment/project.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: generations-heritage-vv
spec:
description: Generations heritages is a project that aims to preserve the heritage of families based on bloodlines.
sourceRepos:
- '*' # Allow all repositories
destinations:
- namespace: 'generations-heritage'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*' # Allow all kinds

View File

@@ -3,6 +3,7 @@ kind: Kustomization
namespace: argocd
resources:
- ./deployment/project.yaml
- ./deployment/auth-service-argo.yaml
- ./deployment/memgraph-argo.yaml
- ./deployment/backend-argo.yaml