From 42a783bc91236688dbaa643884a140f3b5230102 Mon Sep 17 00:00:00 2001 From: Jiro Kugiya Date: Fri, 15 Nov 2024 14:33:52 +0900 Subject: [PATCH] chore: captalize --- akka/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka/README.md b/akka/README.md index bdb6f142..9796484f 100644 --- a/akka/README.md +++ b/akka/README.md @@ -172,8 +172,8 @@ The following table lists the configurable parameters of the akka chart and thei | `rollout.revisionHistoryLimit` | The number of old ReplicaSets to retain to allow rollback for the rollout | `10` | | `rollout.strategy` | Specifies the strategy used to replace old pods by new ones for the rollout | `{}` | | `deployment.enabled` | Specifies whether to create a deployment resource | `true` | -| `statefulset.annotations` | Annotations to be added to statefulset | {} | -| `statefulset.enabled` | Specifies whether to create a statefulset resource | `false` | +| `statefulSet.annotations` | Annotations to be added to statefulset | {} | +| `statefulSet.enabled` | Specifies whether to create a statefulset resource | `false` | | `statefulSet.updateStrategy` | Specifies the strategy used to replace old pods by new ones for the StatefulSet | `{}` | | `statefulSet.podManagementPolicy` | statefulset allows you to relax its ordering guarantees while preserving its uniqueness and identity guarantees | `Parallel` | | `statefulSet.env` | Extra environment variables that will be passed onto pods for StatefulSet. If not set it will be fallback to `env`.| `[]` |