diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index 8e2148288..051bc5e39 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -91,7 +91,7 @@ The following table lists the configurable parameters of the `kubedb` chart and | kubedb-schema-manager.enabled | If enabled, installs the kubedb-schema-manager chart | false | | kubedb-metrics.enabled | If enabled, installs the kubedb-metrics chart | false | | kubedb-catalog.enabled | If enabled, installs the kubedb-catalog chart | true | -| kubedb-kubestash-catalog.enabled | If enabled, installs the kubedb-kubestash-catalog chart | false | +| kubedb-kubestash-catalog.enabled | If enabled, installs the kubedb-kubestash-catalog chart | true | Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: diff --git a/charts/kubedb/values.yaml b/charts/kubedb/values.yaml index 0cea441c1..9795df75a 100644 --- a/charts/kubedb/values.yaml +++ b/charts/kubedb/values.yaml @@ -119,4 +119,4 @@ kubedb-catalog: enabled: true kubedb-kubestash-catalog: # If enabled, installs the kubedb-kubestash-catalog chart - enabled: false + enabled: true