configure argocd project

This commit is contained in:
Tobias Brunner 2022-10-05 10:50:47 +02:00
parent 5a45c683e4
commit 01c90e2007

33
_apps/appprojects.yaml Normal file
View file

@ -0,0 +1,33 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: system
namespace: argocd
annotations:
recipients.argocd-notifications.argoproj.io: 'webhook:chat'
spec:
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: '*'
server: '*'
sourceRepos:
- '*'
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: apps
namespace: argocd
annotations:
recipients.argocd-notifications.argoproj.io: 'webhook:chat'
spec:
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: '*'
server: '*'
sourceRepos:
- '*'