19 lines
626 B
YAML
19 lines
626 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: default
|
|
namespace: argocd
|
|
spec:
|
|
description: Default project
|
|
destinations:
|
|
- namespace: '*' # Allow all namespaces
|
|
server: https://kubernetes.default.svc
|
|
sourceRepos:
|
|
- '*' # Allow all repositories
|
|
clusterResourceWhitelist:
|
|
- group: '*' # Allow all cluster-scoped resources
|
|
kind: '*'
|
|
namespaceResourceBlacklist:
|
|
- group: backstage.io # Exclude all Backstage API group
|
|
kind: Component # Exclude Component kind
|