diff --git a/content/en/docs/installation/helm.md b/content/en/docs/installation/helm.md index a124b2da973..82aa2515d48 100644 --- a/content/en/docs/installation/helm.md +++ b/content/en/docs/installation/helm.md @@ -82,7 +82,7 @@ $ helm install \ --create-namespace \ --version v1.6.1 \ --set prometheus.enabled=false \ # Example: disabling prometheus using a Helm parameter - --set webhook.timeoutSeconds=4 # Example: changing the wehbook timeout using a Helm parameter + --set webhook.timeoutSeconds=4 # Example: changing the webhook timeout using a Helm parameter ``` Once you have deployed cert-manager, you can [verify](../verify/) the installation.