Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/linkerd-control-plane/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Note that the provided certificates must be ECDSA certificates.
## Adding Linkerd's Helm repository

Included here for completeness-sake, but should have already been added when
`linkerd-base` was installed.
`linkerd-crds` was installed.

```bash
# To add the repo for Linkerd edge releases:
Expand All @@ -68,7 +68,7 @@ helm install linkerd-control-plane -n linkerd \
```

Note that you require to install this chart in the same namespace you installed
the `linkerd-base` chart.
the `linkerd-crds` chart.

## Setting High-Availability

Expand Down