do not define default and add notifications
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Brunner 2020-06-29 20:46:10 +02:00
parent 88eaff5b12
commit 7b2432d4d6
1 changed files with 4 additions and 15 deletions

View File

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