initial commit
This commit is contained in:
18
dev/tekton/tasks/argocd-sync-and-wait/app-project.yaml
Normal file
18
dev/tekton/tasks/argocd-sync-and-wait/app-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: '*'
|
||||
server: https://kubernetes.default.svc
|
||||
sourceRepos:
|
||||
- '*'
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
namespaceResourceBlacklist:
|
||||
- group: backstage.io
|
||||
kind: Component
|
||||
Reference in New Issue
Block a user