Skip to content

Commit 089f784

Browse files
authored
Merge pull request #788 from blakeromano/topology-spread-constraints
Add Information For Configuring Topology Spread Constraints in Helm Chart
2 parents dda19d8 + fa23ae3 commit 089f784

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/master/software/install.md

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Apply customizations with the command line or with a Helm _values_ file.
155155
| `rbacManager.replicas` | The number of RBAC Manager pod `replicas` to deploy. | `1` |
156156
| `rbacManager.skipAggregatedClusterRoles` | Don't install aggregated Crossplane ClusterRoles. | `false` |
157157
| `rbacManager.tolerations` | Add `tolerations` to the RBAC Manager pod deployment. | `[]` |
158+
| `rbacManager.topologySpreadConstraints` | Add `topologySpreadConstraints` to the RBAC Manager pod deployment. | `[]` |
158159
| `registryCaBundleConfig.key` | The ConfigMap key containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. | `""` |
159160
| `registryCaBundleConfig.name` | The ConfigMap name containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. | `""` |
160161
| `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.
176177
| `securityContextRBACManager.runAsUser` | The user ID used by the RBAC Manager pod. | `65532` |
177178
| `serviceAccount.customAnnotations` | Add custom `annotations` to the Crossplane ServiceAccount. | `{}` |
178179
| `tolerations` | Add `tolerations` to the Crossplane pod deployment. | `[]` |
180+
| `topologySpreadConstraints` | Add `topologySpreadConstraints` to the Crossplane pod deployment. | `[]` |
179181
| `webhooks.enabled` | Enable webhooks for Crossplane and installed Provider packages. | `true` |
180182
{{< /table >}}
181183
{{< /expand >}}

0 commit comments

Comments
 (0)