Skip to content

Commit

Permalink
Always enable enterprise features
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 9, 2023
1 parent ed2d044 commit 27ab8ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ The following table lists the configurable parameters of the `kubedb` chart and
| 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-webhook-server.enabled | If enabled, installs the kubedb-webhook-server chart | <code>true</code> |
| kubedb-ops-manager.enabled | If enabled, installs the kubedb-ops-manager chart | <code>false</code> |
| kubedb-autoscaler.enabled | If enabled, installs the kubedb-autoscaler chart | <code>false</code> |
| kubedb-dashboard.enabled | If enabled, installs the kubedb-dashboard chart | <code>false</code> |
| kubedb-ops-manager.enabled | If enabled, installs the kubedb-ops-manager chart | <code>true</code> |
| kubedb-autoscaler.enabled | If enabled, installs the kubedb-autoscaler chart | <code>true</code> |
| kubedb-dashboard.enabled | If enabled, installs the kubedb-dashboard chart | <code>true</code> |
| 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> |

Expand Down
6 changes: 3 additions & 3 deletions charts/kubedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ kubedb-webhook-server:
enabled: true
kubedb-ops-manager:
# If enabled, installs the kubedb-ops-manager chart
enabled: false
enabled: true
kubedb-autoscaler:
# If enabled, installs the kubedb-autoscaler chart
enabled: false
enabled: true
kubedb-dashboard:
# If enabled, installs the kubedb-dashboard chart
enabled: false
enabled: true
kubedb-schema-manager:
# If enabled, installs the kubedb-schema-manager chart
enabled: false
Expand Down

0 comments on commit 27ab8ac

Please sign in to comment.