From dff1259a7db3dd717c96fd2655907f93d6bc0e40 Mon Sep 17 00:00:00 2001 From: Hadrien Blanc Date: Wed, 11 Mar 2026 13:19:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20documentation=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helm/conversations/README.md | 4 ++-- src/helm/conversations/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/helm/conversations/README.md b/src/helm/conversations/README.md index 73831864..7dc733ca 100644 --- a/src/helm/conversations/README.md +++ b/src/helm/conversations/README.md @@ -20,7 +20,7 @@ | `ingress.host` | Host for the Ingress | `conversations.example.com` | | `ingress.path` | Path to use for the Ingress | `/` | | `ingress.hosts` | Additional host to configure for the Ingress | `[]` | -| `ingress.tls.enabled` | Weather to enable TLS for the Ingress | `true` | +| `ingress.tls.enabled` | Whether to enable TLS for the Ingress | `true` | | `ingress.tls.secretName` | Secret name for TLS config | `nil` | | `ingress.tls.additional[].secretName` | Secret name for additional TLS config | | | `ingress.tls.additional[].hosts[]` | Hosts for additional TLS config | | @@ -30,7 +30,7 @@ | `ingressAdmin.host` | Host for the Ingress | `conversations.example.com` | | `ingressAdmin.path` | Path to use for the Ingress | `/admin` | | `ingressAdmin.hosts` | Additional host to configure for the Ingress | `[]` | -| `ingressAdmin.tls.enabled` | Weather to enable TLS for the Ingress | `true` | +| `ingressAdmin.tls.enabled` | Whether to enable TLS for the Ingress | `true` | | `ingressAdmin.tls.secretName` | Secret name for TLS config | `nil` | | `ingressAdmin.tls.additional[].secretName` | Secret name for additional TLS config | | | `ingressAdmin.tls.additional[].hosts[]` | Hosts for additional TLS config | | diff --git a/src/helm/conversations/values.yaml b/src/helm/conversations/values.yaml index 1af35e1f..18550ebc 100644 --- a/src/helm/conversations/values.yaml +++ b/src/helm/conversations/values.yaml @@ -37,7 +37,7 @@ ingress: ## @param ingress.hosts Additional host to configure for the Ingress hosts: [] # - chart-example.local - ## @param ingress.tls.enabled Weather to enable TLS for the Ingress + ## @param ingress.tls.enabled Whether to enable TLS for the Ingress ## @param ingress.tls.secretName Secret name for TLS config ## @skip ingress.tls.additional ## @extra ingress.tls.additional[].secretName Secret name for additional TLS config @@ -62,7 +62,7 @@ ingressAdmin: ## @param ingressAdmin.hosts Additional host to configure for the Ingress hosts: [ ] # - chart-example.local - ## @param ingressAdmin.tls.enabled Weather to enable TLS for the Ingress + ## @param ingressAdmin.tls.enabled Whether to enable TLS for the Ingress ## @param ingressAdmin.tls.secretName Secret name for TLS config ## @skip ingressAdmin.tls.additional ## @extra ingressAdmin.tls.additional[].secretName Secret name for additional TLS config @@ -84,7 +84,7 @@ ingressMedia: ## @param ingressMedia.hosts Additional host to configure for the Ingress hosts: [ ] # - chart-example.local - ## @param ingressMedia.tls.enabled Weather to enable TLS for the Ingress + ## @param ingressMedia.tls.enabled Whether to enable TLS for the Ingress ## @param ingressMedia.tls.secretName Secret name for TLS config ## @skip ingressMedia.tls.additional ## @extra ingressMedia.tls.additional[].secretName Secret name for additional TLS config