From fa23ae36b5c5362e220cace99933e5de355aefa9 Mon Sep 17 00:00:00 2001 From: Blake R <85771645+blakeromano@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:43:17 -0700 Subject: [PATCH] Add Information For Configuring Topology Spread Constraints in Helm Chart Signed-off-by: Blake R <85771645+blakeromano@users.noreply.github.com> --- content/master/software/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/master/software/install.md b/content/master/software/install.md index 5153b451..7d3c5be3 100644 --- a/content/master/software/install.md +++ b/content/master/software/install.md @@ -155,6 +155,7 @@ Apply customizations with the command line or with a Helm _values_ file. | `rbacManager.replicas` | The number of RBAC Manager pod `replicas` to deploy. | `1` | | `rbacManager.skipAggregatedClusterRoles` | Don't install aggregated Crossplane ClusterRoles. | `false` | | `rbacManager.tolerations` | Add `tolerations` to the RBAC Manager pod deployment. | `[]` | +| `rbacManager.topologySpreadConstraints` | Add `topologySpreadConstraints` to the RBAC Manager pod deployment. | `[]` | | `registryCaBundleConfig.key` | The ConfigMap key containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. | `""` | | `registryCaBundleConfig.name` | The ConfigMap name containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. | `""` | | `replicas` | The number of Crossplane pod `replicas` to deploy. | `1` | @@ -176,6 +177,7 @@ Apply customizations with the command line or with a Helm _values_ file. | `securityContextRBACManager.runAsUser` | The user ID used by the RBAC Manager pod. | `65532` | | `serviceAccount.customAnnotations` | Add custom `annotations` to the Crossplane ServiceAccount. | `{}` | | `tolerations` | Add `tolerations` to the Crossplane pod deployment. | `[]` | +| `topologySpreadConstraints` | Add `topologySpreadConstraints` to the Crossplane pod deployment. | `[]` | | `webhooks.enabled` | Enable webhooks for Crossplane and installed Provider packages. | `true` | {{< /table >}} {{< /expand >}}