From 6415e32a8a26bf835538c6ea87920db6099b9e84 Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Thu, 10 Oct 2024 20:52:33 -0500 Subject: [PATCH] chore: Update helm.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✏️ typo fix --- docs/source/helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/helm.md b/docs/source/helm.md index e157523c417..8b1fccbbe22 100644 --- a/docs/source/helm.md +++ b/docs/source/helm.md @@ -28,7 +28,7 @@ helm install scylla scylla/scylla --create-namespace --namespace scylla This step is optional if you want to use your own certificate. If you don't have one, make sure to not disable autogeneration using Scylla Operator Helm Chart. -First deploy Cert Manager, you can either follow [upsteam instructions](https://cert-manager.io/docs/installation/kubernetes/) or use following command: +First deploy Cert Manager, you can either follow [upstream instructions](https://cert-manager.io/docs/installation/kubernetes/) or use following command: ```console kubectl apply -f examples/common/cert-manager.yaml