Skip to content

Commit

Permalink
docs: add cert-manager installation instructions to README (#392)
Browse files Browse the repository at this point in the history
thschue authored Nov 11, 2022
1 parent d2c91d3 commit 58161a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -19,7 +19,11 @@ It is an incubating project, under the umbrella of the [Keptn Application Lifecy
**Installation**

The Lifecycle Toolkit includes a Mutating Webhook which requires TLS certificates to be mounted as a volume in its pod. The certificate creation
is handled automatically by [cert-manager](https://cert-manager.io). To install **cert-manager**, follow their [installation instructions](https://cert-manager.io/docs/installation/).
is handled automatically by [cert-manager](https://cert-manager.io). To install **cert-manager**, execute the following command:

```console
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml
```

When *cert-manager* is installed, you can run

0 comments on commit 58161a1

Please sign in to comment.