docs(helm): fix value key in readme for enabling certManager

This commit is contained in:
Ole-Martin Bratteng 2023-02-16 21:35:50 +01:00
parent d6bba85351
commit cd292e53c5
No known key found for this signature in database
GPG key ID: 1E7179ACE5611E58
2 changed files with 2 additions and 2 deletions

View file

@ -228,7 +228,7 @@ A validating and configuration requires the endpoint to which the request is sen
#### Alternatives
It should be possible to use [cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) if a more complete solution is required.
You can enable automatic self-signed TLS certificate provisioning via cert-manager by setting the `controller.admissionWebhooks.certManager.enable` value to true.
You can enable automatic self-signed TLS certificate provisioning via cert-manager by setting the `controller.admissionWebhooks.certManager.enabled` value to true.
Please ensure that cert-manager is correctly installed and configured.

View file

@ -227,7 +227,7 @@ A validating and configuration requires the endpoint to which the request is sen
#### Alternatives
It should be possible to use [cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) if a more complete solution is required.
You can enable automatic self-signed TLS certificate provisioning via cert-manager by setting the `controller.admissionWebhooks.certManager.enable` value to true.
You can enable automatic self-signed TLS certificate provisioning via cert-manager by setting the `controller.admissionWebhooks.certManager.enabled` value to true.
Please ensure that cert-manager is correctly installed and configured.