Added argocd-apps dir and platform-project.yaml
This commit is contained in:
parent
344dc4a642
commit
0047704065
1 changed files with 15 additions and 0 deletions
15
argocd-apps/platform-project.yaml
Normal file
15
argocd-apps/platform-project.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: platform
|
||||
namespace: argocd
|
||||
spec:
|
||||
description: Symcrest platform applications
|
||||
sourceRepos:
|
||||
- '*'
|
||||
destinations:
|
||||
- namespace: '*'
|
||||
server: https://kubernetes.default.svc
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue