initial commit
This commit is contained in:
18
dev/tekton/tasks/argocd-sync-and-wait/default-project.yaml
Normal file
18
dev/tekton/tasks/argocd-sync-and-wait/default-project.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user