|
|
@@ -48,6 +48,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| certController.image.repository | string | `"ghcr.io/external-secrets/external-secrets"` | |
|
|
|
| certController.image.tag | string | `""` | |
|
|
|
| certController.imagePullSecrets | list | `[]` | |
|
|
|
+| 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 |
|
|
|
| certController.metrics.service.port | int | `8080` | Metrics service port to scrape |
|
|
|
@@ -58,8 +59,6 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| certController.podLabels | object | `{}` | |
|
|
|
| certController.podSecurityContext | object | `{}` | |
|
|
|
| certController.priorityClassName | string | `""` | Pod priority class name. |
|
|
|
-| certController.prometheus.enabled | bool | `false` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
|
|
|
-| certController.prometheus.service.port | int | `8080` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
|
|
|
| certController.rbac.create | bool | `true` | Specifies whether role and rolebinding resources should be created. |
|
|
|
| certController.readinessProbe.address | string | `""` | Address for readiness probe |
|
|
|
| certController.readinessProbe.port | int | `8081` | ReadinessProbe port for kubelet |
|
|
|
@@ -105,6 +104,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. |
|
|
|
+| 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 |
|
|
|
| metrics.service.port | int | `8080` | Metrics service port to scrape |
|
|
|
@@ -118,8 +118,6 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| processClusterExternalSecret | bool | `true` | if true, the operator will process cluster external secret. Else, it will ignore them. |
|
|
|
| processClusterStore | bool | `true` | if true, the operator will process cluster store. Else, it will ignore them. |
|
|
|
| processPushSecret | bool | `true` | if true, the operator will process push secret. Else, it will ignore them. |
|
|
|
-| prometheus.enabled | bool | `false` | deprecated. will be removed with 0.7.0, use serviceMonitor instead. |
|
|
|
-| prometheus.service.port | int | `8080` | deprecated. will be removed with 0.7.0, use serviceMonitor instead. |
|
|
|
| rbac.create | bool | `true` | Specifies whether role and rolebinding resources should be created. |
|
|
|
| rbac.servicebindings.create | bool | `true` | Specifies whether a clusterrole to give servicebindings read access should be created. |
|
|
|
| replicaCount | int | `1` | |
|
|
|
@@ -172,6 +170,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| webhook.image.tag | string | `""` | The image tag to use. The default is the chart appVersion. |
|
|
|
| webhook.imagePullSecrets | list | `[]` | |
|
|
|
| webhook.lookaheadInterval | string | `""` | Specifices the lookaheadInterval for certificate validity |
|
|
|
+| webhook.metrics.listen.port | int | `8080` | |
|
|
|
| webhook.metrics.service.annotations | object | `{}` | Additional service annotations |
|
|
|
| webhook.metrics.service.enabled | bool | `false` | Enable if you use another monitoring tool than Prometheus to scrape the metrics |
|
|
|
| webhook.metrics.service.port | int | `8080` | Metrics service port to scrape |
|
|
|
@@ -183,8 +182,6 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| webhook.podSecurityContext | object | `{}` | |
|
|
|
| webhook.port | int | `10250` | The port the webhook will listen to |
|
|
|
| webhook.priorityClassName | string | `""` | Pod priority class name. |
|
|
|
-| webhook.prometheus.enabled | bool | `false` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
|
|
|
-| webhook.prometheus.service.port | int | `8080` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
|
|
|
| webhook.rbac.create | bool | `true` | Specifies whether role and rolebinding resources should be created. |
|
|
|
| webhook.readinessProbe.address | string | `""` | Address for readiness probe |
|
|
|
| webhook.readinessProbe.port | int | `8081` | ReadinessProbe port for kubelet |
|