|
@@ -83,6 +83,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| certController.serviceAccount.create | bool | `true` | Specifies whether a service account should be created. |
|
|
| certController.serviceAccount.create | bool | `true` | Specifies whether a service account should be created. |
|
|
|
| certController.serviceAccount.extraLabels | object | `{}` | Extra Labels to add to the service account. |
|
|
| certController.serviceAccount.extraLabels | object | `{}` | Extra Labels to add to the service account. |
|
|
|
| certController.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |
|
|
| certController.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |
|
|
|
|
|
+| certController.strategy | object | `{}` | Set deployment strategy |
|
|
|
| certController.tolerations | list | `[]` | |
|
|
| certController.tolerations | list | `[]` | |
|
|
|
| certController.topologySpreadConstraints | list | `[]` | |
|
|
| certController.topologySpreadConstraints | list | `[]` | |
|
|
|
| commonLabels | object | `{}` | Additional labels added to all helm chart resources. |
|
|
| commonLabels | object | `{}` | Additional labels added to all helm chart resources. |
|
|
@@ -175,6 +176,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| serviceMonitor.namespace | string | `""` | namespace where you want to install ServiceMonitors |
|
|
| serviceMonitor.namespace | string | `""` | namespace where you want to install ServiceMonitors |
|
|
|
| serviceMonitor.relabelings | list | `[]` | Relabel configs to apply to samples before ingestion. [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) |
|
|
| serviceMonitor.relabelings | list | `[]` | Relabel configs to apply to samples before ingestion. [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config) |
|
|
|
| serviceMonitor.scrapeTimeout | string | `"25s"` | Timeout if metrics can't be retrieved in given time interval |
|
|
| serviceMonitor.scrapeTimeout | string | `"25s"` | Timeout if metrics can't be retrieved in given time interval |
|
|
|
|
|
+| strategy | object | `{}` | Set deployment strategy |
|
|
|
| tolerations | list | `[]` | |
|
|
| tolerations | list | `[]` | |
|
|
|
| topologySpreadConstraints | list | `[]` | |
|
|
| topologySpreadConstraints | list | `[]` | |
|
|
|
| webhook.affinity | object | `{}` | |
|
|
| webhook.affinity | object | `{}` | |
|
|
@@ -243,5 +245,6 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| webhook.serviceAccount.create | bool | `true` | Specifies whether a service account should be created. |
|
|
| webhook.serviceAccount.create | bool | `true` | Specifies whether a service account should be created. |
|
|
|
| webhook.serviceAccount.extraLabels | object | `{}` | Extra Labels to add to the service account. |
|
|
| webhook.serviceAccount.extraLabels | object | `{}` | Extra Labels to add to the service account. |
|
|
|
| webhook.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |
|
|
| webhook.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |
|
|
|
|
|
+| webhook.strategy | object | `{}` | Set deployment strategy |
|
|
|
| webhook.tolerations | list | `[]` | |
|
|
| webhook.tolerations | list | `[]` | |
|
|
|
| webhook.topologySpreadConstraints | list | `[]` | |
|
|
| webhook.topologySpreadConstraints | list | `[]` | |
|