Skip to content

Commit

Permalink
Add OpenEBS
Browse files Browse the repository at this point in the history
  • Loading branch information
nidr0x committed Nov 14, 2024
1 parent c2321ce commit f81e1d5
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
28 changes: 28 additions & 0 deletions argocd/apps/openebs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: openebs
spec:
destination:
namespace: kube-system
server: https://kubernetes.default.svc
project: everest
sources:
- repoURL: https://github.com/nidr0x/k8s-gitops
targetRevision: master
ref: nidr0x-k8s-gitops
- repoURL: https://github.com/nidr0x/k8s-gitops
targetRevision: master
path: kubernetes/main/apps/openebs
- repoURL: https://openebs.github.io/charts
targetRevision: 3.10.0
chart: openebs
helm:
valueFiles:
- $nidr0x-k8s-gitops/kubernetes/main/apps/openebs/values.yaml
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true
11 changes: 11 additions & 0 deletions kubernetes/main/apps/openebs/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
engines:
local:
zfs:
enabled: false
lvm:
enabled: false
mayastor:
csi:
node:
initContainers:
enabled: false

0 comments on commit f81e1d5

Please sign in to comment.