removed loki and enabled crd
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2025-12-24 15:23:38 +11:00
parent 0d78aaa993
commit e931fe8ba8
2 changed files with 8 additions and 5 deletions

7
install.sh Normal file → Executable file
View File

@@ -1,5 +1,8 @@
helm install openebs --namespace openebs openebs/openebs --create-namespace \
helm upgrade --install openebs --namespace openebs openebs/openebs --create-namespace \
--set openebs-crds.csi.volumeSnapshots.enabled=false \
--set lvm-localpv.crds.lvmLocalPv.enabled=true \
--set engines.local.zfs.enabled=false \
--set engines.replicated.mayastor.enabled=false \
--set mayastor.localpv-provisioner.enabled=fals
--set loki.enabled=false \
--set alloy.enabled=false \
--set mayastor.localpv-provisioner.enabled=false

View File

@@ -46,7 +46,7 @@ mayastor:
localpv-provisioner:
enabled: false
crds:
enabled: false
enabled: true
loki:
enabled: false
alloy:
@@ -94,7 +94,7 @@ engines:
enabled: true
loki:
enabled: true
enabled: false
# NOTE: For all possible storage options for loki, check https://github.com/openebs/openebs/blob/HEAD/charts/loki-storage.md
# Configuration for loki's localpv hostpath storage class.
localpvScConfig:
@@ -164,7 +164,7 @@ loki:
size: 2Gi
minio:
replicas: 3
replicas: 1
drivesPerNode: 1
mode: distributed
# Disable this if you want to enabled external s3 bucket, and uncomment the storage section above.