Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Wong <[email protected]>
  • Loading branch information
kota2and3kan and josh-wong authored Nov 2, 2023
1 parent 258d101 commit d6c5882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/configure-custom-values-scalardl-ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ledger:
repository: <SCALARDL_LEDGER_CONTAINER_IMAGE>
```

If you use AWS/Azure Marketplace, please refer to the following documents for more details.
If you're using AWS or Azure, please refer to the following documents for more details:

* [How to install Scalar products through AWS Marketplace](https://github.com/scalar-labs/scalar-kubernetes/blob/master/docs/AwsMarketplaceGuide.md)
* [How to install Scalar products through Azure Marketplace](https://github.com/scalar-labs/scalar-kubernetes/blob/master/docs/AzureMarketplaceGuide.md)
Expand Down Expand Up @@ -175,11 +175,11 @@ ledger:
ledgerLogLevel: INFO
```

### Taints/Tolerations configurations (Optional based on your environment)
### Taint and toleration configurations (Optional based on your environment)

If you want to control pod deployment using the taints and tolerations of Kubernetes, you can use `ledger.tolerations`.
If you want to control pod deployment by using the taints and tolerations in Kubernetes, you can use `ledger.tolerations`.

You can configure them using the same syntax as the tolerations of Kubernetes. So, please refer to the official document [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) for more details on the tolerations configuration of Kubernetes.
You can configure taints and tolerations by using the same syntax as the tolerations in Kubernetes. For details on configuring tolerations in Kubernetes, see the official Kubernetes documentation [Taints and Tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/).

```yaml
ledger:
Expand Down

0 comments on commit d6c5882

Please sign in to comment.