From b2a94e500302bb7e89d0ab7eefaf57e38c8ce139 Mon Sep 17 00:00:00 2001 From: taylanisikdemir Date: Tue, 1 Oct 2024 10:00:24 -0700 Subject: [PATCH] typo fix in helm chart blog (#197) --- src/blog/_posts/2024-10-01-announcing-cadence-helm-charts-v0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/_posts/2024-10-01-announcing-cadence-helm-charts-v0.md b/src/blog/_posts/2024-10-01-announcing-cadence-helm-charts-v0.md index bfd0b017d..05be033dc 100644 --- a/src/blog/_posts/2024-10-01-announcing-cadence-helm-charts-v0.md +++ b/src/blog/_posts/2024-10-01-announcing-cadence-helm-charts-v0.md @@ -45,7 +45,7 @@ The v0 chart contains only the basics at the moment: - Cadence backend services as separate deployments: frontend, history, matching, worker. - Customizable replica counts and resource limitations. - Customizable dynamic config as a configmap. -- A single instance ephemeral Cassandra container. This is included so that no external depency is required to get started. Ideally you should have your own external (hosted or managed) DB instance that you can specify in values.yaml. +- A single instance ephemeral Cassandra container. This is included so that no external dependency is required to get started. Ideally you should have your own external (hosted or managed) DB instance that you can specify in values.yaml. - The chart comes with `cadence:master-auto-setup` as the default image and capable of setting up Cassandra DB schema on first installation. What is (obviously) missing: