|
|
@@ -50,7 +50,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| certController.image.repository | string | `"oci.external-secrets.io/external-secrets/external-secrets"` | |
|
|
|
| certController.image.tag | string | `""` | |
|
|
|
| certController.imagePullSecrets | list | `[]` | |
|
|
|
-| certController.log | object | `{"level":"info","timeEncoding":"epoch"}` | Specifices Log Params to the Webhook |
|
|
|
+| certController.log | object | `{"level":"info","timeEncoding":"epoch"}` | Specifices Log Params to the Certificate Controller |
|
|
|
| certController.metrics.listen.port | int | `8080` | |
|
|
|
| certController.metrics.service.annotations | object | `{}` | Additional service annotations |
|
|
|
| certController.metrics.service.enabled | bool | `false` | Enable if you use another monitoring tool than Prometheus to scrape the metrics |
|
|
|
@@ -117,7 +117,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| imagePullSecrets | list | `[]` | |
|
|
|
| installCRDs | bool | `true` | If set, install and upgrade CRDs through helm chart. |
|
|
|
| leaderElect | bool | `false` | If true, external-secrets will perform leader election between instances to ensure no more than one instance of external-secrets operates at a time. |
|
|
|
-| log | object | `{"level":"info","timeEncoding":"epoch"}` | Specifices Log Params to the Webhook |
|
|
|
+| log | object | `{"level":"info","timeEncoding":"epoch"}` | Specifices Log Params to the External Secrets Operator |
|
|
|
| metrics.listen.port | int | `8080` | |
|
|
|
| metrics.service.annotations | object | `{}` | Additional service annotations |
|
|
|
| metrics.service.enabled | bool | `false` | Enable if you use another monitoring tool than Prometheus to scrape the metrics |
|