Skip to content

Commit

Permalink
doc(Development): Remove cert-manager deployment (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Coudert <thomas.coudert@ovhcloud.com>
  • Loading branch information
thcdrt committed Aug 12, 2021
1 parent d4b5506 commit 53ca0ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ make dev-tools
### Services

- [Kubernetes cluster](https://kubernetes.io). You can order a Kubernetes cluster on [ovh.com](https://www.ovh.com/fr/public-cloud/kubernetes/). Then configure your environment to have the right [`Kubeconfig`](https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/).
- [CertManager](https://cert-manager.io/docs/installation/kubernetes/#steps) >= 0.11

```bash
helm install cert-manager \
--namespace cert-manager \
--version v0.12.0 \
jetstack/cert-manager
```

- Jaeger server.

```bash
Expand Down

0 comments on commit 53ca0ac

Please sign in to comment.