You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| certController.renewBeforePercentage | int |`33`| How long before the certificate expiration should the renewal process be triggered. For example, if a certificate is valid for 60 minutes, and renewBeforePercentage=25, cert-controller will begin to attempt to renew the certificate 45 minutes after it was issued (i.e. when there are 15 minutes (25%) remaining until the certificate is no longer valid). |
54
54
| certController.requeueDuration | string |`"5m"`| Requeue duration to ensure that certificate gets renewed. |
55
55
| certController.resources | object |`{}`| Resources to add to cert-controller container |
56
+
| certController.revisionHistoryLimit | int |`10`| Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)|
56
57
| certController.securityContext | object |`{}`| Security context to add to cert-controller Pod |
57
58
| certController.serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
58
59
| certController.serviceAccount.automount | bool |`true`| Automounts the service account token in all containers of the Pod |
@@ -65,16 +66,17 @@ Kubernetes: `>=1.26.0-0`
65
66
| certController.serviceMonitor.metricRelabelings | list |`[]`||
66
67
| certController.serviceMonitor.relabelings | list |`[]`||
67
68
| certController.serviceMonitor.scrapeTimeout | string |`"25s"`| Timeout if metrics can't be retrieved in given time interval |
69
+
| certController.strategy | object |`{}`| Set deployment strategy |
68
70
| certController.tolerations | list |`[]`| Tolerations to add to cert-controller container |
69
71
| certController.topologySpreadConstraints | list |`[]`| topologySpreadConstraints to add to cert-controller container |
70
72
| clusterName | string |`"cluster.local"`| Cluster DNS name |
| crds.enabled | bool |`false`| Whether the helm chart should create and update the CRDs. It is false by default, which implies that the CRDs must be managed independently with the mariadb-enterprise-operator-crds helm chart. **WARNING** This should only be set to true during the initial deployment. If this chart manages the CRDs and is later uninstalled, all MariaDB instances will be DELETED. |
80
82
| currentNamespaceOnly | bool |`false`| Whether the operator should watch CRDs only in its own namespace or not. |
@@ -110,12 +112,14 @@ Kubernetes: `>=1.26.0-0`
110
112
| rbac.aggregation.enabled | bool |`true`| Specifies whether the cluster roles aggregate to view and edit predefinied roles |
111
113
| rbac.enabled | bool |`true`| Specifies whether RBAC resources should be created |
112
114
| resources | object |`{}`| Resources to add to controller container |
115
+
| revisionHistoryLimit | int |`10`| Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)|
113
116
| securityContext | object |`{}`| Security context to add to controller container |
114
117
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
115
118
| serviceAccount.automount | bool |`true`| Automounts the service account token in all containers of the Pod |
116
119
| serviceAccount.enabled | bool |`true`| Specifies whether a service account should be created |
117
120
| serviceAccount.extraLabels | object |`{}`| Extra Labels to add to the service account |
118
121
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and enabled is true, a name is generated using the fullname template |
122
+
| strategy | object |`{}`| Set deployment strategy |
119
123
| tolerations | list |`[]`| Tolerations to add to controller Pod |
120
124
| topologySpreadConstraints | list |`[]`| topologySpreadConstraints to add to controller Pod |
121
125
| webhook.affinity | object |`{}`| Affinity to add to webhook Pod |
@@ -151,6 +155,7 @@ Kubernetes: `>=1.26.0-0`
151
155
| webhook.port | int |`9443`| Port to be used by the webhook server |
152
156
| webhook.priorityClassName | string |`""`| priorityClassName to add to webhook Pod |
153
157
| webhook.resources | object |`{}`| Resources to add to webhook container |
158
+
| webhook.revisionHistoryLimit | int |`10`| Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)|
154
159
| webhook.securityContext | object |`{}`| Security context to add to webhook container |
155
160
| webhook.serviceAccount.annotations | object |`{}`| Annotations to add to the service account |
156
161
| webhook.serviceAccount.automount | bool |`true`| Automounts the service account token in all containers of the Pod |
@@ -163,6 +168,7 @@ Kubernetes: `>=1.26.0-0`
163
168
| webhook.serviceMonitor.metricRelabelings | list |`[]`||
164
169
| webhook.serviceMonitor.relabelings | list |`[]`||
165
170
| webhook.serviceMonitor.scrapeTimeout | string |`"25s"`| Timeout if metrics can't be retrieved in given time interval |
171
+
| webhook.strategy | object |`{}`| Set deployment strategy |
166
172
| webhook.tolerations | list |`[]`| Tolerations to add to webhook Pod |
167
173
| webhook.topologySpreadConstraints | list |`[]`| topologySpreadConstraints to add to webhook Pod |
0 commit comments