Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKoss committed Jul 8, 2024
1 parent f6dfedc commit 65a2a08
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ ACME Issuer with [cert-manager](https://cert-manager.io/docs/).
## Installation

```bash
helm install stackit-cert-manager-webhook \
--namespace cert-manager \
https://github.com/stackitcloud/stackit-cert-manager-webhook/releases/download/v0.2.0/stackit-cert-manager-webhook-0.2.0.tgz
helm repo add stackit-cert-manager-webhook https://stackitcloud.github.io/stackit-cert-manager-webhook
helm install stackit-cert-manager-webhook --namespace cert-manager stackit-cert-manager-webhook/stackit-cert-manager-webhook
```

## Usage
Expand Down Expand Up @@ -54,7 +53,7 @@ helm install stackit-cert-manager-webhook \
```bash
helm upgrade stackit-cert-manager-webhook \
--namespace cert-manager \
https://github.com/stackitcloud/stackit-cert-manager-webhook/releases/download/v0.1.2/stackit-cert-manager-webhook-v0.1.2.tgz \
stackit-cert-manager-webhook/stackit-cert-manager-webhook \
--set stackitSaAuthentication.enabled=true
```

Expand Down

0 comments on commit 65a2a08

Please sign in to comment.