docs(helm): fix value key in readme for enabling certManager (#9640)
This commit is contained in:
parent
2d35547943
commit
12da492f01
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ A validating and configuration requires the endpoint to which the request is sen
|
||||||
#### Alternatives
|
#### 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.
|
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.
|
Please ensure that cert-manager is correctly installed and configured.
|
||||||
|
|
||||||
|
|
|
@ -227,7 +227,7 @@ A validating and configuration requires the endpoint to which the request is sen
|
||||||
#### Alternatives
|
#### 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.
|
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.
|
Please ensure that cert-manager is correctly installed and configured.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue