chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: sova
|
||||
namespace: argocd
|
||||
spec:
|
||||
description: Sova applications
|
||||
sourceRepos:
|
||||
- '*'
|
||||
destinations:
|
||||
- namespace: sova-test
|
||||
server: https://kubernetes.default.svc
|
||||
- namespace: sova-data-test
|
||||
server: https://kubernetes.default.svc
|
||||
- namespace: sova-mocks
|
||||
server: https://kubernetes.default.svc
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
Reference in New Issue
Block a user