forked from catalin/fukuops
19 lines
497 B
YAML
19 lines
497 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
namespace: argocd
|
|
name: management
|
|
spec:
|
|
destinations:
|
|
- namespace: argocd
|
|
server: https://kubernetes.default.svc
|
|
- namespace: democratic-csi
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: "*"
|
|
kind: "*"
|
|
sourceRepos:
|
|
- https://gitlab.com/fukurokuju/k3s/services.git
|
|
- https://git.roboces.dev/catalin/fukuops.git
|
|
- https://democratic-csi.github.io/charts/
|