@@ -50,18 +50,18 @@ The command removes all the Kubernetes components associated with the chart and
5050
5151| Name | Description | Value |
5252| ------------------------- | ----------------------------------------------- | ----- |
53- | ` global.imageRegistry ` | Global Docker image registry | ` nil ` |
53+ | ` global.imageRegistry ` | Global Docker image registry | ` "" ` |
5454| ` global.imagePullSecrets ` | Global Docker registry secret names as an array | ` [] ` |
55- | ` global.storageClass ` | Global StorageClass for Persistent Volume(s) | ` nil ` |
55+ | ` global.storageClass ` | Global StorageClass for Persistent Volume(s) | ` "" ` |
5656
5757
5858### Common parameters
5959
6060| Name | Description | Value |
6161| ------------------------ | -------------------------------------------------------------------------------------------- | --------------- |
6262| ` kubeVersion ` | Force target Kubernetes version (using Helm capabilities if not set) | ` "" ` |
63- | ` nameOverride ` | String to partially override common.names.fullname template (will maintain the release name) | ` nil ` |
64- | ` fullnameOverride ` | String to fully override common.names.fullname template | ` nil ` |
63+ | ` nameOverride ` | String to partially override common.names.fullname template (will maintain the release name) | ` "" ` |
64+ | ` fullnameOverride ` | String to fully override common.names.fullname template | ` "" ` |
6565| ` commonLabels ` | Labels to add to all deployed objects | ` {} ` |
6666| ` commonAnnotations ` | Annotations to add to all deployed objects | ` {} ` |
6767| ` clusterDomain ` | Default Kubernetes cluster domain | ` cluster.local ` |
@@ -99,13 +99,13 @@ The command removes all the Kubernetes components associated with the chart and
9999| ` auth.peer.certFilename ` | Name of the file containing the peer certificate | ` cert.pem ` |
100100| ` auth.peer.certKeyFilename ` | Name of the file containing the peer certificate private key | ` key.pem ` |
101101| ` auth.peer.caFilename ` | Name of the file containing the peer CA certificate | ` "" ` |
102- | ` autoCompactionMode ` | Auto compaction mode, by default periodic. Valid values: ‘periodic’, ‘revision’. | ` nil ` |
103- | ` autoCompactionRetention ` | Auto compaction retention for mvcc key value store in hour, by default 0, means disabled | ` nil ` |
102+ | ` autoCompactionMode ` | Auto compaction mode, by default periodic. Valid values: ‘periodic’, ‘revision’. | ` "" ` |
103+ | ` autoCompactionRetention ` | Auto compaction retention for mvcc key value store in hour, by default 0, means disabled | ` "" ` |
104104| ` initialClusterState ` | Initial cluster state. Allowed values: 'new' or 'existing' | ` "" ` |
105- | ` maxProcs ` | Limits the number of operating system threads that can execute user-level | ` nil ` |
105+ | ` maxProcs ` | Limits the number of operating system threads that can execute user-level | ` "" ` |
106106| ` removeMemberOnContainerTermination ` | Use a PreStop hook to remove the etcd members from the etcd cluster on container termination | ` true ` |
107- | ` configuration ` | etcd configuration. Specify content for etcd.conf.yml | ` nil ` |
108- | ` existingConfigmap ` | Existing ConfigMap with etcd configuration | ` nil ` |
107+ | ` configuration ` | etcd configuration. Specify content for etcd.conf.yml | ` "" ` |
108+ | ` existingConfigmap ` | Existing ConfigMap with etcd configuration | ` "" ` |
109109| ` extraEnvVars ` | Extra environment variables to be set on etcd container | ` [] ` |
110110| ` extraEnvVarsCM ` | Name of existing ConfigMap containing extra env vars | ` "" ` |
111111| ` extraEnvVarsSecret ` | Name of existing Secret containing extra env vars | ` "" ` |
@@ -154,8 +154,8 @@ The command removes all the Kubernetes components associated with the chart and
154154| ` customStartupProbe ` | Override default startup probe | ` {} ` |
155155| ` extraVolumes ` | Optionally specify extra list of additional volumes for etcd pods | ` [] ` |
156156| ` extraVolumeMounts ` | Optionally specify extra list of additional volumeMounts for etcd container(s) | ` [] ` |
157- | ` initContainers ` | Add additional init containers to the etcd pods | ` {} ` |
158- | ` sidecars ` | Add additional sidecar containers to the etcd pods | ` {} ` |
157+ | ` initContainers ` | Add additional init containers to the etcd pods | ` [] ` |
158+ | ` sidecars ` | Add additional sidecar containers to the etcd pods | ` [] ` |
159159| ` podAnnotations ` | Annotations for etcd pods | ` {} ` |
160160| ` podLabels ` | Extra labels for etcd pods | ` {} ` |
161161| ` podAffinityPreset ` | Pod affinity preset. Ignored if ` affinity ` is set. Allowed values: ` soft ` or ` hard ` | ` "" ` |
@@ -190,7 +190,7 @@ The command removes all the Kubernetes components associated with the chart and
190190| Name | Description | Value |
191191| -------------------------- | --------------------------------------------------------------- | ------ |
192192| ` persistence.enabled ` | If true, use a Persistent Volume Claim. If false, use emptyDir. | ` true ` |
193- | ` persistence.storageClass ` | Persistent Volume Storage Class | ` nil ` |
193+ | ` persistence.storageClass ` | Persistent Volume Storage Class | ` "" ` |
194194| ` persistence.annotations ` | Annotations for the PVC | ` {} ` |
195195| ` persistence.accessModes ` | Persistent Volume Access Modes | ` [] ` |
196196| ` persistence.size ` | PVC Storage Request for etcd data volume | ` 8Gi ` |
@@ -240,7 +240,7 @@ The command removes all the Kubernetes components associated with the chart and
240240| ` disasterRecovery.cronjob.podAnnotations ` | Pod annotations for cronjob pods | ` {} ` |
241241| ` disasterRecovery.cronjob.resources.limits ` | Cronjob container resource limits | ` {} ` |
242242| ` disasterRecovery.cronjob.resources.requests ` | Cronjob container resource requests | ` {} ` |
243- | ` disasterRecovery.pvc.existingClaim ` | A manually managed Persistent Volume and Claim | ` nil ` |
243+ | ` disasterRecovery.pvc.existingClaim ` | A manually managed Persistent Volume and Claim | ` "" ` |
244244| ` disasterRecovery.pvc.size ` | PVC Storage Request | ` 2Gi ` |
245245| ` disasterRecovery.pvc.storageClassName ` | Storage Class for snapshots volume | ` nfs ` |
246246
@@ -262,7 +262,7 @@ The command removes all the Kubernetes components associated with the chart and
262262| -------------------- | -------------------------------------------------------------- | ------- |
263263| ` pdb.create ` | Enable/disable a Pod Disruption Budget creation | ` false ` |
264264| ` pdb.minAvailable ` | Minimum number/percentage of pods that should remain scheduled | ` 1 ` |
265- | ` pdb.maxUnavailable ` | Maximum number/percentage of pods that may be made unavailable | ` nil ` |
265+ | ` pdb.maxUnavailable ` | Maximum number/percentage of pods that may be made unavailable | ` "" ` |
266266
267267
268268Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` . For example,
0 commit comments