Files
kubernetes/dev/tekton/tasks/argocd-sync-and-wait/default-project.yaml
2025-11-23 18:58:51 +01:00

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