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
|`rbacManager.tolerations`| Add `tolerations` to the RBAC Manager pod deployment. |`[]`|
158
+
|`rbacManager.topologySpreadConstraints`| Add `topologySpreadConstraints` to the RBAC Manager pod deployment. |`[]`|
158
159
|`registryCaBundleConfig.key`| The ConfigMap key containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. |`""`|
159
160
|`registryCaBundleConfig.name`| The ConfigMap name containing a custom CA bundle to enable fetching packages from registries with unknown or untrusted certificates. |`""`|
160
161
|`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.
176
177
|`securityContextRBACManager.runAsUser`| The user ID used by the RBAC Manager pod. |`65532`|
177
178
|`serviceAccount.customAnnotations`| Add custom `annotations` to the Crossplane ServiceAccount. |`{}`|
178
179
|`tolerations`| Add `tolerations` to the Crossplane pod deployment. |`[]`|
180
+
|`topologySpreadConstraints`| Add `topologySpreadConstraints` to the Crossplane pod deployment. |`[]`|
179
181
|`webhooks.enabled`| Enable webhooks for Crossplane and installed Provider packages. |`true`|
0 commit comments