chore(bootstrap): Added templating
This commit is contained in:
17
.templates/app-project.yaml
Normal file
17
.templates/app-project.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: ${APPLICATION_NAME}
|
||||
spec:
|
||||
description: ${DESCRIPTION}
|
||||
sourceRepos:
|
||||
- '*'
|
||||
sourceNamespaces:
|
||||
- '*'
|
||||
destinations:
|
||||
- namespace: '${APPLICATION_NAME}'
|
||||
server: '*'
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
Reference in New Issue
Block a user