|
|
@@ -51,6 +51,8 @@ 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.requeueInterval | string | `"5m"` | |
|
|
|
| certController.resources | object | `{}` | |
|
|
|
@@ -86,8 +88,8 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| priorityClassName | string | `""` | Pod priority class name. |
|
|
|
| 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. |
|
|
|
-| prometheus.enabled | bool | `false` | Specifies whether to expose Service resource for collecting Prometheus metrics |
|
|
|
-| prometheus.service.port | int | `8080` | |
|
|
|
+| 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. |
|
|
|
| replicaCount | int | `1` | |
|
|
|
| resources | object | `{}` | |
|
|
|
@@ -123,6 +125,8 @@ 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.replicaCount | int | `1` | |
|
|
|
| webhook.resources | object | `{}` | |
|