feat(k8s/services/dcsi): add basefiles
This commit is contained in:
commit
948b96586e
4 changed files with 97 additions and 0 deletions
21
k8s/argo-apps/democratic-csi.yaml
Normal file
21
k8s/argo-apps/democratic-csi.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: democratic-csi
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
name: ''
|
||||
namespace: 'dcsi'
|
||||
server: 'https://kubernetes.default.svc'
|
||||
source:
|
||||
path:
|
||||
repoURL: 'https://gitlab.com/fukurokuju/k3s/services.git'
|
||||
targetRevision: main
|
||||
sources: []
|
||||
project: roboces
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue