Skip to content

Commit

Permalink
doc: remove cert-manager from getting-started
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Schuetz <[email protected]>
  • Loading branch information
Thomas Schuetz committed Mar 23, 2023
1 parent 85bf752 commit 9f7f267
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/content/en/docs/snippets/tasks/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ The full list of available flags can be found in the [helm-charts](https://githu
> **Note:**
Installation of the Lifecycle Toolkit version 0.6.0 and lower is not supported via helm charts.

<details>
<summary>Install Cert-Manager (0.6.0 and earlier)</summary>

You can install *cert-manager* with the following commands:

```shell
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.yaml
kubectl wait --for=condition=Available deployment/cert-manager-webhook -n cert-manager --timeout=60s
```

</details>

<details>
<summary>Install Keptn using Manifests</summary>

Expand Down

0 comments on commit 9f7f267

Please sign in to comment.