mirror of
https://github.com/zoriya/snow.git
synced 2026-06-04 20:26:18 +00:00
Add openebs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user