openebs recreate ymls
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: openebs
|
||||
|
||||
helmCharts:
|
||||
- name: openebs
|
||||
|
||||
@@ -1,16 +1,15 @@
|
||||
# values.yaml
|
||||
openebs-crds:
|
||||
csi:
|
||||
volumeSnapshots:
|
||||
enabled: true
|
||||
keep: true
|
||||
|
||||
# Refer to https://github.com/openebs/dynamic-localpv-provisioner/blob/v4.1.2/deploy/helm/charts/values.yaml for complete set of values.
|
||||
# Refer to https://github.com/openebs/dynamic-localpv-provisioner/blob/v4.2.0/deploy/helm/charts/values.yaml for complete set of values.
|
||||
localpv-provisioner:
|
||||
rbac:
|
||||
create: true
|
||||
|
||||
# Refer to https://github.com/openebs/zfs-localpv/blob/v2.6.2/deploy/helm/charts/values.yaml for complete set of values.
|
||||
# Refer to https://github.com/openebs/zfs-localpv/blob/v2.7.1/deploy/helm/charts/values.yaml for complete set of values.
|
||||
zfs-localpv:
|
||||
crds:
|
||||
zfsLocalPv:
|
||||
@@ -28,12 +27,12 @@ lvm-localpv:
|
||||
volumeSnapshots:
|
||||
enabled: false
|
||||
|
||||
# Refer to https://github.com/openebs/mayastor-extensions/blob/v2.7.2/chart/values.yaml for complete set of values.
|
||||
# Refer to https://github.com/openebs/mayastor-extensions/blob/v2.8.0/chart/values.yaml for complete set of values.
|
||||
mayastor:
|
||||
csi:
|
||||
node:
|
||||
initContainers:
|
||||
enabled: false
|
||||
enabled: true
|
||||
etcd:
|
||||
# -- Kubernetes Cluster Domain
|
||||
clusterDomain: cluster.local
|
||||
@@ -50,7 +49,7 @@ preUpgradeHook:
|
||||
# -- The container repository for the hook job
|
||||
repo: bitnami/kubectl
|
||||
# -- The container image tag for the hook job
|
||||
tag: 1.25.15
|
||||
tag: "1.25.15"
|
||||
# -- The imagePullPolicy for the container
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -62,4 +61,5 @@ engines:
|
||||
enabled: false
|
||||
replicated:
|
||||
mayastor:
|
||||
enabled: true
|
||||
enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user