From 6e767224523d212d26f7e8c0c6266a8ce0aa252f Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 12 Jul 2025 22:51:24 +0200 Subject: [PATCH] Add openebs --- apps/openebs.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 apps/openebs.yaml diff --git a/apps/openebs.yaml b/apps/openebs.yaml new file mode 100644 index 0000000..dbf5003 --- /dev/null +++ b/apps/openebs.yaml @@ -0,0 +1,42 @@ +kind: Namespace +apiVersion: v1 +metadata: + name: openebs + labels: + pod-security.kubernetes.io/enforce: privileged +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: openebs + namespace: argocd +spec: + project: default + destination: + server: https://kubernetes.default.svc + namespace: openebs + syncPolicy: + automated: + prune: true + selfHeal: true + source: + repoURL: https://openebs.github.io/openebs + chart: openebs + targetRevision: v4.3.2 + helm: + values: | + engines: + local: + lvm: + enabled: false + replicated: + mayastor: + enabled: false + alloy: + enabled: false + loki: + enabled: false + + zfs-localpv: + zfsNode: + encrKeysDir: /var/openebs/keys