Skip to content

Commit

Permalink
Merge pull request #5422 from junkiebev/documentation/cert-manager
Browse files Browse the repository at this point in the history
Updated cert-manager install to match current documentation
  • Loading branch information
k8s-ci-robot authored Feb 14, 2025
2 parents e0e43b3 + cb51635 commit 21ff484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ helm repo update
Install cert manager:

```bash
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set crds.enabled=true
```

Create a `values.yaml` file for the CAPI Operator Helm chart like so:
Expand Down

0 comments on commit 21ff484

Please sign in to comment.