forked from catalin/fukuops
feat(k8s/argo-apps/dcsi): add argo app
This commit is contained in:
parent
948b96586e
commit
f061e8238c
12 changed files with 139 additions and 96 deletions
19
k8s/services/argo/project-fuku.yaml
Normal file
19
k8s/services/argo/project-fuku.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
namespace: argocd
|
||||
name: fuku
|
||||
spec:
|
||||
destinations:
|
||||
- namespace: apps-fuku
|
||||
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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue