Skip to content

Commit

Permalink
docs(TLS): Fix name when adding helm repo
Browse files Browse the repository at this point in the history
Previous version resulted in:

  Error: INSTALLATION FAILED: repo jetstack not found
  • Loading branch information
guzalv committed Jan 23, 2025
1 parent 02ead68 commit bdc4ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/TLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We use the official [cert-manager](https://cert-manager.io) to automate TLS cert
Add the Helm repository, which contains the cert-manager Helm chart, and install the charts:

```console
helm repo add cert-manager https://charts.jetstack.io
helm repo add jetstack https://charts.jetstack.io
helm repo update
helm install cert-manager jetstack/cert-manager --namespace cert-manager \
--create-namespace --set global.leaderElection.namespace=cert-manager \
Expand Down

0 comments on commit bdc4ae8

Please sign in to comment.