Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/helm-charts/configure-custom-values-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ displayed_sidebar: docsEnglish
When you deploy Scalar products using Scalar Helm Charts, you must prepare your custom values file based on your environment. Please refer to the following documents for more details on how to a create custom values file for each product.

* [ScalarDB Cluster](configure-custom-values-scalardb-cluster.mdx)
* [ScalarDB Analytics with PostgreSQL](configure-custom-values-scalardb-analytics-postgresql.mdx)
* [ScalarDL Ledger](configure-custom-values-scalardl-ledger.mdx)
* [ScalarDL Auditor](configure-custom-values-scalardl-auditor.mdx)
* [ScalarDL Schema Loader](configure-custom-values-scalardl-schema-loader.mdx)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ scalarAdminForKubernetes:
- effect: NoSchedule
key: scalar-labs.com/dedicated-node
operator: Equal
value: scalardb-analytics-postgresql
value: scalardb-cluster
```

### TLS configurations (optional based on your environment)
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion docs/helm-charts/getting-started-scalar-helm-charts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ After the Kubernetes cluster starts, you can try each Scalar Helm Charts on it.

* [ScalarDB Cluster with TLS](getting-started-scalardb-cluster-tls.mdx)
* [ScalarDB Cluster with TLS by Using cert-manager](getting-started-scalardb-cluster-tls-cert-manager.mdx)
* [ScalarDB Analytics with PostgreSQL](getting-started-scalardb-analytics-postgresql.mdx)
* [ScalarDL Ledger and Auditor with TLS (Auditor mode)](getting-started-scalardl-auditor-tls.mdx)
* [ScalarDL Ledger and Auditor with TLS by Using cert-manager (Auditor mode)](getting-started-scalardl-auditor-tls-cert-manager.mdx)
* [ScalarDL Ledger (Ledger only)](getting-started-scalardl-ledger.mdx)
Expand Down
Loading
Loading