This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/argocd/appproject.yaml

16 lines
290 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: default
annotations:
recipients.argocd-notifications.argoproj.io: webhook:chat
spec:
clusterResourceWhitelist:
- group: '*'
kind: '*'
destinations:
- namespace: '*'
server: '*'
sourceRepos:
- '*'