You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,29 +8,37 @@ cert-manager Webhook for Scaleway DNS is a ACME [webhook](https://cert-manager.i
8
8
9
9
- A [Scaleway Access Key and a Scaleway Secret Key](https://www.scaleway.com/en/docs/generate-api-keys/)
10
10
- A valid domain configured on [Scaleway DNS](https://www.scaleway.com/en/docs/scaleway-dns/)
11
-
- A Kubernetes cluster (v1.22+ recommended)
11
+
- A Kubernetes cluster (v1.29+ recommended)
12
12
-[Helm 3](https://helm.sh/)[installed](https://helm.sh/docs/intro/install/) on your computer
13
13
- cert-manager [deployed](https://cert-manager.io/docs/installation/) on the cluster
14
14
15
15
### Installing
16
16
17
-
Once everything is set up, you can now install the Scaleway Webhook:
18
-
- Clone this repository:
17
+
> Attention: starting from `0.1.0` the chart's name is now named `scaleway-certmanager-webhook`, if upgrading from an older version you might want to add `--set nameOverride=scaleway-webhook`
> Refer to the chart's [documentation](https://github.com/scaleway/helm-charts/blob/master/charts/scaleway-certmanager-webhook/README.md) for more configuration options.
41
+
34
42
### How to use it
35
43
36
44
**Note**: It uses the [cert-manager webhook system](https://cert-manager.io/docs/configuration/acme/dns01/webhook/). Everything after the issuer is configured is just cert-manager. You can find out more in [their documentation](https://cert-manager.io/docs/usage/).
0 commit comments