Skip to content

Commit be52892

Browse files
AUTO: Sync Kubernetes docs to ScalarDB Enterprise docs site repo (#682)
Co-authored-by: josh-wong <[email protected]>
1 parent 0dcc237 commit be52892

File tree

1 file changed

+113
-0
lines changed

1 file changed

+113
-0
lines changed

versioned_docs/version-3.10/scalar-kubernetes/AwsMarketplaceGuide.mdx

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
116116
serviceAccountName: "<SERVICE_ACCOUNT_NAME>"
117117
automountServiceAccountToken: true
118118
```
119+
120+
:::note
121+
122+
For more details on the configurations, see [Configure a custom values file for ScalarDB Cluster](../helm-charts/configure-custom-values-scalardb-cluster.mdx).
123+
124+
:::
125+
119126
</TabItem>
120127
<TabItem value="scalardb-enterprise-premium" label="ScalarDB Enterprise Edition (Premium)">
121128
In the `scalardb-cluster-premium-custom-values.yaml` file:
@@ -128,6 +135,13 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
128135
serviceAccountName: "<SERVICE_ACCOUNT_NAME>"
129136
automountServiceAccountToken: true
130137
```
138+
139+
:::note
140+
141+
For more details on the configurations, see [Configure a custom values file for ScalarDB Cluster](../helm-charts/configure-custom-values-scalardb-cluster.mdx).
142+
143+
:::
144+
131145
</TabItem>
132146
</Tabs>
133147
</TabItem>
@@ -145,9 +159,22 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
145159
automountServiceAccountToken: true
146160
```
147161

162+
:::note
163+
164+
For more details on the configurations, see [Configure a custom values file for ScalarDL Ledger](../helm-charts/configure-custom-values-scalardl-ledger.mdx).
165+
166+
:::
167+
148168
<h3>ScalarDL Schema Loader for Ledger</h3>
149169

150170
You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
171+
172+
:::note
173+
174+
For more details on the configurations, see [Configure a custom values file for ScalarDL Schema Loader](../helm-charts/configure-custom-values-scalardl-schema-loader.mdx).
175+
176+
:::
177+
151178
</TabItem>
152179
<TabItem value="scalardl-auditor" label="ScalarDL Auditor">
153180
<h3>ScalarDL Auditor</h3>
@@ -163,9 +190,22 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
163190
automountServiceAccountToken: true
164191
```
165192

193+
:::note
194+
195+
For more details on the configurations, see [Configure a custom values file for ScalarDL Auditor](../helm-charts/configure-custom-values-scalardl-auditor.mdx).
196+
197+
:::
198+
166199
<h3>ScalarDL Schema Loader for Auditor</h3>
167200

168201
You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
202+
203+
:::note
204+
205+
For more details on the configurations, see [Configure a custom values file for ScalarDL Schema Loader](../helm-charts/configure-custom-values-scalardl-schema-loader.mdx).
206+
207+
:::
208+
169209
</TabItem>
170210
<TabItem value="scalar-manager" label="Scalar Manager">
171211
In the `scalar-manager-custom-values.yaml` file:
@@ -181,6 +221,13 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
181221
serviceAccountName: "<SERVICE_ACCOUNT_NAME>"
182222
automountServiceAccountToken: true
183223
```
224+
225+
:::note
226+
227+
For more details on the configurations, see [Configure a custom values file for Scalar Manager](../helm-charts/configure-custom-values-scalar-manager.mdx).
228+
229+
:::
230+
184231
</TabItem>
185232
</Tabs>
186233

@@ -249,6 +296,13 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
249296
image:
250297
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalardb-cluster-node-aws-byol"
251298
```
299+
300+
:::note
301+
302+
For more details on the configurations, see [Configure a custom values file for ScalarDB Cluster](../helm-charts/configure-custom-values-scalardb-cluster.mdx).
303+
304+
:::
305+
252306
</TabItem>
253307
<TabItem value="scalardl-ledger" label="ScalarDL Ledger">
254308
<h3>ScalarDL Ledger</h3>
@@ -261,9 +315,22 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
261315
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-ledger"
262316
```
263317

318+
:::note
319+
320+
For more details on the configurations, see [Configure a custom values file for ScalarDL Ledger](../helm-charts/configure-custom-values-scalardl-ledger.mdx).
321+
322+
:::
323+
264324
<h3>ScalarDL Schema Loader for Ledger</h3>
265325

266326
You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
327+
328+
:::note
329+
330+
For more details on the configurations, see [Configure a custom values file for ScalarDL Schema Loader](../helm-charts/configure-custom-values-scalardl-schema-loader.mdx).
331+
332+
:::
333+
267334
</TabItem>
268335
<TabItem value="scalardl-auditor" label="ScalarDL Auditor">
269336
<h3>ScalarDL Auditor</h3>
@@ -276,9 +343,22 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
276343
repository: "709825985650.dkr.ecr.us-east-1.amazonaws.com/scalar/scalar-auditor"
277344
```
278345

346+
:::note
347+
348+
For more details on the configurations, see [Configure a custom values file for ScalarDL Auditor](../helm-charts/configure-custom-values-scalardl-auditor.mdx).
349+
350+
:::
351+
279352
<h3>ScalarDL Schema Loader for Auditor</h3>
280353

281354
You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
355+
356+
:::note
357+
358+
For more details on the configurations, see [Configure a custom values file for ScalarDL Schema Loader](../helm-charts/configure-custom-values-scalardl-schema-loader.mdx).
359+
360+
:::
361+
282362
</TabItem>
283363
</Tabs>
284364

@@ -345,6 +425,13 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
345425
imagePullSecrets:
346426
- name: "reg-ecr-mp-secrets"
347427
```
428+
429+
:::note
430+
431+
For more details on the configurations, see [Configure a custom values file for ScalarDB Cluster](../helm-charts/configure-custom-values-scalardb-cluster.mdx).
432+
433+
:::
434+
348435
</TabItem>
349436
<TabItem value="scalardl-ledger" label="ScalarDL Ledger">
350437
<h3>ScalarDL Ledger</h3>
@@ -359,9 +446,22 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
359446
- name: "reg-ecr-mp-secrets"
360447
```
361448

449+
:::note
450+
451+
For more details on the configurations, see [Configure a custom values file for ScalarDL Ledger](../helm-charts/configure-custom-values-scalardl-ledger.mdx).
452+
453+
:::
454+
362455
<h3>ScalarDL Schema Loader for Ledger</h3>
363456

364457
You don't need to update the `[].image.repository` configuration in your `schema-loader-ledger-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
458+
459+
:::note
460+
461+
For more details on the configurations, see [Configure a custom values file for ScalarDL Schema Loader](../helm-charts/configure-custom-values-scalardl-schema-loader.mdx).
462+
463+
:::
464+
365465
</TabItem>
366466
<TabItem value="scalardl-auditor" label="ScalarDL Auditor">
367467
<h3>ScalarDL Auditor</h3>
@@ -376,9 +476,22 @@ By subscribing to Scalar products in the AWS Marketplace, you can pull the conta
376476
- name: "reg-ecr-mp-secrets"
377477
```
378478

479+
:::note
480+
481+
For more details on the configurations, see [Configure a custom values file for ScalarDL Auditor](../helm-charts/configure-custom-values-scalardl-auditor.mdx).
482+
483+
:::
484+
379485
<h3>ScalarDL Schema Loader for Auditor</h3>
380486

381487
You don't need to update the `[].image.repository` configuration in your `schema-loader-auditor-custom-values.yaml` file. The container image of ScalarDL Schema Loader is provided in the [public container repository](https://github.com/orgs/scalar-labs/packages/container/package/scalardl-schema-loader).
488+
489+
:::note
490+
491+
For more details on the configurations, see [Configure a custom values file for ScalarDL Schema Loader](../helm-charts/configure-custom-values-scalardl-schema-loader.mdx).
492+
493+
:::
494+
382495
</TabItem>
383496
</Tabs>
384497

0 commit comments

Comments
 (0)