|
180 | 180 | | controller.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out | |
181 | 181 | | controller.replicas | int | `1` | The number of events controller pods to run. | |
182 | 182 | | controller.resources | object | `{}` | Resource limits and requests for the events controller pods | |
| 183 | +| controller.revisionHistoryLimit | int | `5` | The number of replicasets history to keep | |
183 | 184 | | controller.serviceAccount.annotations | object | `{}` | Annotations applied to created service account | |
184 | 185 | | controller.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account | |
185 | 186 | | controller.serviceAccount.create | bool | `true` | Create a service account for the events controller | |
|
222 | 223 | | webhook.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out | |
223 | 224 | | webhook.replicas | int | `1` | The number of webhook pods to run. | |
224 | 225 | | webhook.resources | object | `{}` | Resource limits and requests for the event controller pods | |
| 226 | +| webhook.revisionHistoryLimit | int | `5` | The number of replicasets history to keep | |
225 | 227 | | webhook.serviceAccount.annotations | object | `{}` | Annotations applied to created service account | |
226 | 228 | | webhook.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account | |
227 | 229 | | webhook.serviceAccount.create | bool | `true` | Create a service account for the admission webhook | |
|
234 | 236 | ---------------------------------------------- |
235 | 237 | Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs) |
236 | 238 |
|
237 | | -[affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ |
238 | | -[Node selector]: https://kubernetes.io/docs/user-guide/node-selection/ |
| 239 | +[affinity]: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ |
| 240 | +[Node selector]: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector |
239 | 241 | [probe]: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes |
240 | | -[Tolerations]: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ |
241 | | -[TopologySpreadConstraints]: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ |
| 242 | +[Tolerations]: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ |
| 243 | +[TopologySpreadConstraints]: https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ |
242 | 244 | [values.yaml]: values.yaml |
0 commit comments