Skip to content

Commit

Permalink
Enable kubestash addons by default
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 20, 2024
1 parent aca023a commit 11cea6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <code>false</code> |
| kubedb-metrics.enabled | If enabled, installs the kubedb-metrics chart | <code>false</code> |
| kubedb-catalog.enabled | If enabled, installs the kubedb-catalog chart | <code>true</code> |
| kubedb-kubestash-catalog.enabled | If enabled, installs the kubedb-kubestash-catalog chart | <code>false</code> |
| kubedb-kubestash-catalog.enabled | If enabled, installs the kubedb-kubestash-catalog chart | <code>true</code> |


Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ kubedb-catalog:
enabled: true
kubedb-kubestash-catalog:
# If enabled, installs the kubedb-kubestash-catalog chart
enabled: false
enabled: true

0 comments on commit 11cea6b

Please sign in to comment.