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: - '*'