diff --git a/README.md b/README.md index d88daf3..f67f8ef 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,22 @@ helm repo update - Install the chart ```bash -helm install scaleway-webhook scaleway/scaleway-certmanager-webhook +helm install scaleway-certmanager-webhook scaleway/scaleway-certmanager-webhook ``` - Alternatively, you can install the webhook with default credentials with: ```bash -helm install scaleway-webhook scaleway/scaleway-certmanager-webhook --set secret.accessKey= --set secret.secretKey= +helm install scaleway-certmanager-webhook scaleway/scaleway-certmanager-webhook --set secret.accessKey= --set secret.secretKey= ``` The Scaleway Webhook is now installed! :tada: > Refer to the chart's [documentation](https://github.com/scaleway/helm-charts/blob/master/charts/scaleway-certmanager-webhook/README.md) for more configuration options. +> Alternatively, you may use the provided bundle for a basic install in the cert-manager namespace: +> `kubectl apply -f https://github.com/raw/scaleway/cert-manager-webhook-scaleway/main/deploy/bundle.yaml` + ### How to use it **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/).