mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
* Added argocd pull docs Signed-off-by: Omar Farag <ofarag@redhat.com> * Resolve suggestions Signed-off-by: Omar Farag <ofarag@redhat.com> --------- Signed-off-by: Omar Farag <ofarag@redhat.com>
15 lines
233 B
YAML
15 lines
233 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: default
|
|
namespace: argocd
|
|
spec:
|
|
clusterResourceWhitelist:
|
|
- group: '*'
|
|
kind: '*'
|
|
destinations:
|
|
- namespace: '*'
|
|
server: '*'
|
|
sourceRepos:
|
|
- '*'
|