Просмотр исходного кода

make helm.docs changes

Signed-off-by: Lucas Severo Alves <lseveroa@redhat.com>
Lucas Severo Alves 2 лет назад
Родитель
Сommit
5d6f3a9f1f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      deploy/charts/external-secrets/README.md

+ 2 - 2
deploy/charts/external-secrets/README.md

@@ -152,8 +152,8 @@ The command removes all the Kubernetes components associated with the chart and
 | webhook.affinity | object | `{}` |  |
 | webhook.certCheckInterval | string | `"5m"` | Specifices the time to check if the cert is valid |
 | webhook.certDir | string | `"/tmp/certs"` |  |
-| webhook.certManager.addInjectorAnnotations | bool | `true` | Automatically add the cert-manager.io/inject-ca-from (from a Certificate resource) annotation to the webhooks and CRDs. As long as you have the cert-manager CA Injector enabled, this will automatically setup your webhook's CA to the one used by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector |
-| webhook.certManager.addInjectorAnnotationsFromSecret | bool | `false` | Automatically add the cert-manager.io/inject-ca-from-secret (from a Secret resource) annotation to the webhooks and CRDs. For it to work, the cert-manager CA Injector needs be enabled. Also, the Secret resource MUST have an `cert-manager.io/allow-direct-injection: "true"` annotation. See https://cert-manager.io/docs/concepts/ca-injector |
+| webhook.certManager.addInjectorAnnotations | bool | `true` | Automatically add the cert-manager.io/inject-ca-from from (from a Certificate resource) annotation to the webhooks and CRDs. As long as you have the cert-manager CA Injector enabled, this will automatically setup your webhook's CA to the one used by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector |
+| webhook.certManager.addInjectorAnnotationsFromSecret | bool | `false` | Automatically add the cert-manager.io/inject-ca-from-secret (from a Secret resource) annotation to the webhooks and CRDs. For it to work, the cert-manager CA Injector needs be enabled. Also, the Secret resource MUST have an `cert-manager.io/allow-direct-injection: "true"`` annotation. See https://cert-manager.io/docs/concepts/ca-injector |
 | webhook.certManager.cert.annotations | object | `{}` | Add extra annotations to the Certificate resource. |
 | webhook.certManager.cert.create | bool | `true` | Create a certificate resource within this chart. See https://cert-manager.io/docs/usage/certificate/ |
 | webhook.certManager.cert.duration | string | `""` | Set the requested duration (i.e. lifetime) of the Certificate. See https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec |