Skip to content

Commit

Permalink
Revert the list of enabled sub-charts
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Jan 9, 2024
1 parent 45c11e3 commit 1eeee8e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-one/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the `kubedb-one` chart
| 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>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>true</code> |
| stash-enterprise.enabled | If enabled, installs the stash-enterprise chart | <code>true</code> |
| stash-catalog.enabled | If enabled, installs the stash-catalog chart | <code>true</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-one/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ kubedb-dashboard:
enabled: true
kubedb-schema-manager:
# If enabled, installs the kubedb-schema-manager chart
enabled: true
enabled: false
kubedb-metrics:
# If enabled, installs the kubedb-metrics chart
enabled: true
Expand Down
12 changes: 6 additions & 6 deletions charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ The following table lists the configurable parameters of the `kubedb` chart and
| global.monitoring.agent | Name of monitoring agent (one of "prometheus.io", "prometheus.io/operator", "prometheus.io/builtin") | <code>""</code> |
| global.monitoring.serviceMonitor.labels | Specify the labels for ServiceMonitor. Prometheus crd will select ServiceMonitor using these labels. Only usable when monitoring agent is `prometheus.io/operator`. | <code>{"monitoring.appscode.com/prometheus":"auto"}</code> |
| kubedb-crd-manager.enabled | If enabled, installs the kubedb-crd-manager chart | <code>true</code> |
| kubedb-provisioner.enabled | If enabled, installs the kubedb-provisioner chart | <code>false</code> |
| kubedb-webhook-server.enabled | If enabled, installs the kubedb-webhook-server chart | <code>false</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-provisioner.enabled | If enabled, installs the kubedb-provisioner chart | <code>true</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>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> |
| kubedb-catalog.enabled | If enabled, installs the kubedb-catalog 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> |


Expand Down
12 changes: 6 additions & 6 deletions charts/kubedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ kubedb-crd-manager:
enabled: true
kubedb-provisioner:
# If enabled, installs the kubedb-provisioner chart
enabled: false
enabled: true
kubedb-webhook-server:
# If enabled, installs the kubedb-webhook-server chart
enabled: false
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 All @@ -100,7 +100,7 @@ kubedb-metrics:
enabled: false
kubedb-catalog:
# If enabled, installs the kubedb-catalog chart
enabled: false
enabled: true
kubedb-kubestash-catalog:
# If enabled, installs the kubedb-kubestash-catalog chart
enabled: false

0 comments on commit 1eeee8e

Please sign in to comment.